- using R version 4.5.1 (2025-06-13 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'Superpower/DESCRIPTION' ... OK
- this is package 'Superpower' version '0.2.4.1'
- 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 'Superpower' can be installed ... 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 ... [3s] OK
- checking whether the package can be loaded with stated dependencies ... [3s] OK
- checking whether the package can be unloaded cleanly ... [3s] OK
- checking whether the namespace can be loaded with stated dependencies ... [3s] OK
- checking whether the namespace can be unloaded cleanly ... [4s] OK
- checking loading without being on the library search path ... [4s] OK
- checking whether startup messages can be suppressed ... [3s] 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 ... [16s] OK
- checking Rd files ... [1s] 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 installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [15s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [57s] ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [56s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(Superpower)
>
>
> test_check("Superpower")
[1] "condition_one" "sad_1"
[ FAIL 2 | WARN 18 | SKIP 13 | PASS 398 ]
══ Skipped tests (13) ══════════════════════════════════════════════════════════
• On CRAN (13): 'test-ANOVA_compromise.R:45:3', 'test-anova_exact.R:152:3',
'test-anova_power.R:93:3', 'test-anova_power.R:119:3',
'test-anova_power.R:160:3', 'test-anova_power.R:193:3',
'test-anova_power.R:232:3', 'test-emmeans_power.R:44:3',
'test-justifieR.R:29:3', 'test-plot_power.R:43:3', 'test-plot_power.R:102:3',
'test-plot_power.R:148:3', 'test-plot_power.R:169:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_sim_cor.R:36:3'): simulated correlations fit expected values ──
`res3` not equal to 0.
1/1 mismatches
[1] -0.00332 - 0 == -0.00332
── Failure ('test_sim_cor.R:38:3'): simulated correlations fit expected values ──
`res5` not equal to 0.
1/1 mismatches
[1] -0.00353 - 0 == -0.00353
[ FAIL 2 | WARN 18 | SKIP 13 | PASS 398 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [412s] OK
- checking PDF version of manual ... [22s] OK
- checking HTML version of manual ... [5s] OK
- DONE
Status: 1 ERROR