CRAN Package Check Results for Maintainer ‘Mattan S. Ben-Shachar <mattansb at msbstats.info>’

Last updated on 2024-06-21 15:53:22 CEST.

Package ERROR OK
effectsize 3 10

Package effectsize

Current CRAN status: ERROR: 3, OK: 10

Version: 0.8.8
Check: tests
Result: ERROR Running ‘testthat.R’ [78s/76s] 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’ [145s/118s] 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