* using log directory 'd:/Rcompile/CRANpkg/local/4.5/effectsize.Rcheck' * using R Under development (unstable) (2024-06-21 r86808 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'effectsize/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'effectsize' version '0.8.8' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'effectsize' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [2s] OK * checking whether the package can be unloaded cleanly ... [2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [2s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [14s] OK * checking Rd files ... [2s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [29s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [46s] 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 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [90s] OK * checking PDF version of manual ... [25s] OK * checking HTML version of manual ... [13s] OK * DONE Status: 1 ERROR