CRAN Package Check Results for Package effectsize

Last updated on 2024-07-10 10:11:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.9 10.77 393.37 404.14 OK
r-devel-linux-x86_64-debian-gcc 0.8.9 9.11 284.45 293.56 OK
r-devel-linux-x86_64-fedora-clang 0.8.9 508.99 OK
r-devel-linux-x86_64-fedora-gcc 0.8.9 504.13 OK
r-devel-windows-x86_64 0.8.9 13.00 275.00 288.00 OK
r-patched-linux-x86_64 0.8.8 15.42 392.80 408.22 ERROR
r-release-linux-x86_64 0.8.9 11.65 382.91 394.56 OK
r-release-macos-arm64 0.8.9 159.00 OK
r-release-macos-x86_64 0.8.9 385.00 OK
r-release-windows-x86_64 0.8.9 14.00 272.00 286.00 OK
r-oldrel-macos-arm64 0.8.9 10.00 ERROR
r-oldrel-macos-x86_64 0.8.9 12.00 ERROR
r-oldrel-windows-x86_64 0.8.9 16.00 345.00 361.00 OK

Check Details

Version: 0.8.8
Check: tests
Result: ERROR Running ‘testthat.R’ [109s/68s] 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-patched-linux-x86_64

Version: 0.8.9
Check: package dependencies
Result: ERROR Packages required and available but unsuitable versions: 'parameters', 'performance', 'datawizard' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64