* using log directory 'd:/Rcompile/CRANpkg/local/4.6/rstatix.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 'rstatix/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rstatix' version '0.7.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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'rstatix' can be installed ... OK * checking installed package size ... OK * checking package 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] 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 ... [11s] OK * checking Rd files ... [2s] NOTE checkRd: (-1) box_m.Rd:19: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) box_m.Rd:20: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) box_m.Rd:21: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) box_m.Rd:22: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wilcox_test.Rd:91: Lost braces; missing escapes or markup? 91 | distribution of \code{(u+v)/2}, where \code{u} and {v} are independent, each | ^ * 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 examples ... [32s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [11s] ERROR Running 'spelling.R' [0s] Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rstatix) Attaching package: 'rstatix' The following object is masked from 'package:stats': filter > > test_check("rstatix") [ FAIL 7 | WARN 21 | SKIP 0 | PASS 125 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-remove_ns.R:20:3'): remove_ns works when col is logical ────── `p.false` not equal to c(0.199, 0.063, 0.009). 1/3 mismatches [1] 0.197 - 0.199 == -0.002 ── Failure ('test-wilcox_test.R:22:3'): Checking two-sample unpaired test ────── signif(res$p, 3) not equal to 0.0645. 1/1 mismatches [1] 0.0637 - 0.0645 == -8e-04 ── Failure ('test-wilcox_test.R:33:3'): Checking two-sample paired test ──────── as.numeric(res$statistic) not equal to 350. 1/1 mismatches [1] 369 - 350 == 19 ── Failure ('test-wilcox_test.R:34:3'): Checking two-sample paired test ──────── signif(res$p, 3) not equal to 0.00431. 1/1 mismatches [1] 0.00383 - 0.00431 == -0.00048 ── Failure ('test-wilcox_test.R:45:3'): Checking pairwise comparisons ────────── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08, 0.000177). 3/3 mismatches (average diff: 3.59e-05) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 [3] 7.57e-05 - 1.77e-04 == -1.01e-04 ── Failure ('test-wilcox_test.R:56:3'): Checking pairwise comparison against ref group ── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08). 2/2 mismatches (average diff: 3.17e-06) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 ── Failure ('test-wilcox_test.R:82:3'): Checking grouped tests ───────────────── signif(res$p, 3) not equal to c(0.0232, 0.00403, 1). 3/3 mismatches (average diff: 0.0064) [1] 0.01980 - 0.02320 == -0.0034 [2] 0.00223 - 0.00403 == -0.0018 [3] 0.98600 - 1.00000 == -0.0140 [ FAIL 7 | WARN 21 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted * checking PDF version of manual ... [23s] OK * checking HTML version of manual ... [13s] OK * DONE Status: 1 ERROR, 1 NOTE