CRAN Package Check Results for Package effectsize

Last updated on 2024-06-25 12:53:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.8 13.17 402.14 415.31 ERROR
r-devel-linux-x86_64-debian-gcc 0.8.8 7.88 288.33 296.21 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.8 518.99 ERROR
r-devel-linux-x86_64-fedora-gcc 0.8.8 544.15 ERROR
r-devel-windows-x86_64 0.8.8 12.00 273.00 285.00 ERROR
r-patched-linux-x86_64 0.8.8 13.99 387.62 401.61 OK
r-release-linux-x86_64 0.8.8 9.23 395.90 405.13 ERROR
r-release-macos-arm64 0.8.8 148.00 OK
r-release-macos-x86_64 0.8.8 214.00 OK
r-release-windows-x86_64 0.8.8 15.00 278.00 293.00 OK
r-oldrel-macos-arm64 0.8.8 132.00 OK
r-oldrel-macos-x86_64 0.8.8 303.00 OK
r-oldrel-windows-x86_64 0.8.8 18.00 346.00 364.00 ERROR

Check Details

Version: 0.8.8
Check: tests
Result: ERROR Running ‘testthat.R’ [112s/69s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(effectsize) > > test_check("effectsize") Starting 2 test processes [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-convert_between.R:29:3', 'test-common_language.R:81:3', 'test-effectsize.R:334:3', 'test-eta_squared_posterior.R:2:3', 'test-interpret.R:108:3', 'test-interpret.R:202:3', 'test-print.R:110:3', 'test-eta_squared.R:111:3', 'test-eta_squared.R:373:3', 'test-eta_squared.R:668:3', 'test-eta_squared.R:686:3', 'test-eta_squared.R:700:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-eta_squared.R:360:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:360:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") ── Failure ('test-eta_squared.R:365:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, partial = FALSE, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:365:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, partial = FALSE, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.8.8
Check: tests
Result: ERROR Running ‘testthat.R’ [78s/55s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(effectsize) > > test_check("effectsize") Starting 2 test processes [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-convert_between.R:29:3', 'test-common_language.R:81:3', 'test-effectsize.R:334:3', 'test-eta_squared_posterior.R:2:3', 'test-interpret.R:108:3', 'test-interpret.R:202:3', 'test-print.R:110:3', 'test-eta_squared.R:111:3', 'test-eta_squared.R:373:3', 'test-eta_squared.R:668:3', 'test-eta_squared.R:686:3', 'test-eta_squared.R:700:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-eta_squared.R:360:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:360:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") ── Failure ('test-eta_squared.R:365:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, partial = FALSE, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:365:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, partial = FALSE, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.8
Check: tests
Result: ERROR Running ‘testthat.R’ [140s/87s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(effectsize) > > test_check("effectsize") Starting 2 test processes [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-convert_between.R:29:3', 'test-common_language.R:81:3', 'test-effectsize.R:334:3', 'test-eta_squared_posterior.R:2:3', 'test-interpret.R:108:3', 'test-interpret.R:202:3', 'test-print.R:110:3', 'test-eta_squared.R:111:3', 'test-eta_squared.R:373:3', 'test-eta_squared.R:668:3', 'test-eta_squared.R:686:3', 'test-eta_squared.R:700:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-eta_squared.R:360:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:360:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") ── Failure ('test-eta_squared.R:365:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, partial = FALSE, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:365:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, partial = FALSE, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.8.8
Check: tests
Result: ERROR Running ‘testthat.R’ [137s/110s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(effectsize) > > test_check("effectsize") Starting 2 test processes [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-convert_between.R:29:3', 'test-common_language.R:81:3', 'test-effectsize.R:334:3', 'test-eta_squared_posterior.R:2:3', 'test-eta_squared.R:111:3', 'test-eta_squared.R:373:3', 'test-eta_squared.R:668:3', 'test-eta_squared.R:686:3', 'test-eta_squared.R:700:3', 'test-interpret.R:108:3', 'test-interpret.R:202:3', 'test-print.R:110:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-eta_squared.R:360:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:360:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") ── Failure ('test-eta_squared.R:365:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, partial = FALSE, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:365:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, partial = FALSE, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.8.8
Check: tests
Result: ERROR Running 'testthat.R' [46s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(effectsize) > > test_check("effectsize") Starting 2 test processes [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-convert_between.R:29:3', 'test-common_language.R:81:3', 'test-effectsize.R:334:3', 'test-eta_squared_posterior.R:2:3', 'test-interpret.R:108:3', 'test-interpret.R:202:3', 'test-print.R:110:3', 'test-eta_squared.R:111:3', 'test-eta_squared.R:373:3', 'test-eta_squared.R:668:3', 'test-eta_squared.R:686:3', 'test-eta_squared.R:700:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-eta_squared.R:360:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:360:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") ── Failure ('test-eta_squared.R:365:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, partial = FALSE, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:365:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, partial = FALSE, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.8.8
Check: tests
Result: ERROR Running ‘testthat.R’ [112s/70s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(effectsize) > > test_check("effectsize") Starting 2 test processes [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-convert_between.R:29:3', 'test-common_language.R:81:3', 'test-effectsize.R:334:3', 'test-eta_squared_posterior.R:2:3', 'test-interpret.R:108:3', 'test-interpret.R:202:3', 'test-print.R:110:3', 'test-eta_squared.R:111:3', 'test-eta_squared.R:373:3', 'test-eta_squared.R:668:3', 'test-eta_squared.R:686:3', 'test-eta_squared.R:700:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-eta_squared.R:360:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:360:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") ── Failure ('test-eta_squared.R:365:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, partial = FALSE, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:365:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, partial = FALSE, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.8.8
Check: tests
Result: ERROR Running 'testthat.R' [58s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(effectsize) > > test_check("effectsize") Starting 2 test processes [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-convert_between.R:29:3', 'test-common_language.R:81:3', 'test-effectsize.R:334:3', 'test-eta_squared_posterior.R:2:3', 'test-interpret.R:108:3', 'test-interpret.R:202:3', 'test-print.R:110:3', 'test-eta_squared.R:111:3', 'test-eta_squared.R:373:3', 'test-eta_squared.R:668:3', 'test-eta_squared.R:686:3', 'test-eta_squared.R:700:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-eta_squared.R:360:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:360:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") ── Failure ('test-eta_squared.R:365:3'): failed CIs ──────────────────────────── `eta <- eta_squared(model, partial = FALSE, verbose = FALSE)` threw an unexpected warning. Message: Argument `effectsize_type` is deprecated. Use `es_type` instead. Class: simpleWarning/warning/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-eta_squared.R:365:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─effectsize::eta_squared(model, partial = FALSE, verbose = FALSE) 8. ├─effectsize:::.anova_es(...) 9. └─effectsize:::.anova_es.aovlist(...) 10. ├─parameters::model_parameters(model, verbose = verbose, effects = "fixed") 11. └─parameters:::model_parameters.aovlist(...) 12. └─insight::format_warning("Argument `effectsize_type` is deprecated. Use `es_type` instead.") 13. └─insight::format_alert(..., type = "warning") [ FAIL 2 | WARN 62 | SKIP 12 | PASS 799 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64