* using log directory 'd:/Rcompile/CRANpkg/local/4.6/JWileymisc.Rcheck' * using R Under development (unstable) (2025-09-03 r88788 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 'JWileymisc/DESCRIPTION' ... OK * this is package 'JWileymisc' version '1.4.3' * 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 'JWileymisc' 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 ... [4s] OK * checking whether the package can be loaded with stated dependencies ... [4s] OK * checking whether the package can be unloaded cleanly ... [4s] OK * checking whether the namespace can be loaded with stated dependencies ... [4s] OK * checking whether the namespace can be unloaded cleanly ... [5s] OK * checking loading without being on the library search path ... [5s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [32s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [21s] ERROR Running 'testthat.R' [20s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > test_check("JWileymisc") Loading required package: JWileymisc $`1` $`2` attr(,"class") [1] "list" "ggarrange" Loading required namespace: GPArotation [ FAIL 4 | WARN 0 | SKIP 1 | PASS 418 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-distributions.R:75:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-descriptives-helpers.R:20:3'): .stylepairedwilcox works ────── `... <- NULL` did not throw the expected warning. Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-descriptives-helpers.R:20: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. └─testthat::expect_warning(...) ── Failure ('test-descriptives-helpers.R:20:3'): .stylepairedwilcox works ────── `expect_warning(...)` did not throw the expected warning. ── Failure ('test-descriptives-helpers.R:23:3'): .stylepairedwilcox works ────── "Wilcoxon Paired V = 45.00, p = .009" (`actual`) not equal to `res` (`expected`). `actual`: "Wilcoxon Paired V = 45.00, p = .009" `expected`: "Wilcoxon Paired V = 54.00, p = .004" ── Failure ('test-descriptives.R:191:3'): egltable works ─────────────────────── `... <- NULL` did not throw the expected warning. [ FAIL 4 | WARN 0 | SKIP 1 | PASS 418 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [29s] OK * checking PDF version of manual ... [23s] OK * checking HTML version of manual ... [12s] OK * DONE Status: 1 ERROR