R Under development (unstable) (2024-06-22 r86814 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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(...) 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(...) 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