- using R Under development (unstable) (2026-05-03 r89994)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 22.1.4 (https://github.com/llvm/llvm-project 35990504507d79e0b9deb809c8ee5e1b34ceef20)
flang version 22.1.4 (https://github.com/llvm/llvm-project 35990504507d79e0b9deb809c8ee5e1b34ceef20)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-05-03 10:52:45 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘effectsize/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘effectsize’ version ‘1.0.2’
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘effectsize’ can be installed ... [17s/39s] OK
See the install log for details.
- 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 ... [4s/10s] OK
- checking whether the package can be loaded with stated dependencies ... [4s/11s] OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... [4s/10s] OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... 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 ... [51s/135s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 ... 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 ... [43s/100s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [156s/228s] ERROR
Running ‘testthat.R’ [155s/226s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(effectsize)
>
> test_check("effectsize")
Starting 2 test processes.
Saving _problems/test-effectsize-543.R
> test-htest_data.R: For paired samples, 'repeated_measures_d()' provides more options.
> test-htest_data.R: For paired samples, 'repeated_measures_d()' provides more options.
> test-htest_data.R: For paired samples, 'repeated_measures_d()' provides more options.
> test-htest_data.R: For paired samples, 'repeated_measures_d()' provides more options.
> test-htest_data.R: For paired samples, 'repeated_measures_d()' provides more options.
> test-print.R: For paired samples, 'repeated_measures_d()' provides more options.
> test-print.R: For paired samples, 'repeated_measures_d()' provides more options.
> test-utils_validate_input_data.R: For paired samples, 'repeated_measures_d()' provides more options.
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 865 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-convert_between.R:154:3', 'test-common_language.R:87:3',
'test-effectsize.R:465:3', 'test-eta_squared_posterior.R:2:3',
'test-interpret.R:188:3', 'test-interpret.R:342:3', 'test-print.R:128:3',
'test-eta_squared.R:119:3', 'test-eta_squared.R:410:3',
'test-eta_squared.R:802:3', 'test-eta_squared.R:820:3',
'test-eta_squared.R:834:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-effectsize.R:543:3'): effectsize | datawizard tables ───────────
Error in `as.data.frame.integer(x[[i]], optional = TRUE)`: row names contain missing values
Backtrace:
▆
1. ├─datawizard::data_tabulate(mtcars, select = "cyl") at test-effectsize.R:543:3
2. └─datawizard:::data_tabulate.data.frame(mtcars, select = "cyl")
3. └─base::lapply(...)
4. └─datawizard (local) FUN(X[[i]], ...)
5. ├─datawizard::data_tabulate(...)
6. └─datawizard:::data_tabulate.default(...)
7. ├─datawizard::data_rename(...)
8. │ └─base::is.data.frame(data)
9. └─base::data.frame(freq_table, stringsAsFactors = FALSE)
10. ├─base::as.data.frame(x[[i]], optional = TRUE)
11. └─base::as.data.frame.table(x[[i]], optional = TRUE)
12. ├─base::eval(ex)
13. │ └─base::eval(ex)
14. └─base::data.frame(...)
15. ├─base::as.data.frame(x[[i]], optional = TRUE)
16. └─base::as.data.frame.integer(x[[i]], optional = TRUE)
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 865 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [186s/437s] OK
- checking PDF version of manual ... [15s/41s] OK
- checking HTML version of manual ... [19s/56s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR