* using log directory 'd:/Rcompile/CRANpkg/local/4.7/rigr.Rcheck' * using R Under development (unstable) (2026-05-26 r90080 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-05-27 17:21:23 UTC * checking for file 'rigr/DESCRIPTION' ... OK * this is package 'rigr' version '1.0.9' * 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 'rigr' 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 ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking whether startup messages can be suppressed ... [0s] 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 ... [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 ... [1s] 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 ... [4s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [26s] ERROR Running 'testthat.R' [26s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rigr) rigr version 1.0.9: Regression, Inference, and General Data Analysis Tools in R > library(car) Loading required package: carData > > test_check("rigr") Saving _problems/test_wilcoxon-550.R Saving _problems/test_wilcoxon-582.R Saving _problems/test_wilcoxon-605.R Saving _problems/test_wilcoxon-628.R Saving _problems/test_wilcoxon-631.R Saving _problems/test_wilcoxon-638.R Saving _problems/test_wilcoxon-648.R Saving _problems/test_wilcoxon-651.R Saving _problems/test_wilcoxon-665.R [ FAIL 9 | WARN 0 | SKIP 0 | PASS 2320 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_wilcoxon.R:550:3'): wilcoxon() returns correct numbers for two-sample uncorrected test ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `actual`: -0.322241 0.421849 `expected`: -0.322227 0.421827 ── Failure ('test_wilcoxon.R:582:3'): wilcoxon() returns correct numbers for two-sample corrected test ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `actual`: -0.3222799 0.4219232 `expected`: -0.3222770 0.4219283 ── Failure ('test_wilcoxon.R:605:3'): wilcoxon() returns correct numbers for one-sample uncorrected test (left) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `actual`: -Inf 0.3683185 `expected`: -Inf 0.3683234 ── Failure ('test_wilcoxon.R:628:3'): wilcoxon() returns correct numbers for one-sample uncorrected test (right) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `actual`: -0.256080 Inf `expected`: -0.256050 Inf ── Failure ('test_wilcoxon.R:629:3'): wilcoxon() returns correct numbers for one-sample uncorrected test (right) ── Expected `as.numeric(...)` to equal `as.numeric(wil2$conf.int)`. Differences: `actual`: -0.25608 Inf `expected`: -0.25605 Inf ── Failure ('test_wilcoxon.R:638:3'): wilcoxon() returns correct CIs other than 95% (uncorrected) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `actual`: -0.1838316 0.3082879 `expected`: -0.1838343 0.3082514 ── Failure ('test_wilcoxon.R:648:3'): wilcoxon() returns correct CIs other than 95% (corrected) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `actual`: -0.184345 0.308677 `expected`: -0.184368 0.308655 ── Failure ('test_wilcoxon.R:649:3'): wilcoxon() returns correct CIs other than 95% (corrected) ── Expected `as.numeric(...)` to equal `as.numeric(wil2$conf.int)`. Differences: `actual`: -0.18434 0.30868 `expected`: -0.18437 0.30865 ── Failure ('test_wilcoxon.R:665:3'): wilcoxon() returns correct inference for non-0 null (approximate) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `actual`: -0.322241 0.421849 `expected`: -0.322227 0.421827 [ FAIL 9 | WARN 0 | SKIP 0 | PASS 2320 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [10s] OK * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [8s] OK * DONE Status: 1 ERROR