* using log directory 'd:/Rcompile/CRANpkg/local/4.6/rigr.Rcheck' * using R version 4.6.0 alpha (2026-03-28 r89738 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-03-30 19:20:24 UTC * checking for file 'rigr/DESCRIPTION' ... OK * this is package 'rigr' version '1.0.8' * 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.8: Regression, Inference, and General Data Analysis Tools in R > library(car) Loading required package: carData > > test_check("rigr") Saving _problems/test_wilcoxon-376.R Saving _problems/test_wilcoxon-393.R Saving _problems/test_wilcoxon-419.R Saving _problems/test_wilcoxon-436.R Saving _problems/test_wilcoxon-462.R Saving _problems/test_wilcoxon-479.R Saving _problems/test_wilcoxon-491.R Saving _problems/test_wilcoxon-495.R Saving _problems/test_wilcoxon-514.R Saving _problems/test_wilcoxon-525.R Saving _problems/test_wilcoxon-691.R Saving _problems/test_wilcoxon-715.R Saving _problems/test_wilcoxon-739.R Saving _problems/test_wilcoxon-749.R Saving _problems/test_wilcoxon-766.R [ FAIL 15 | WARN 0 | SKIP 0 | PASS 2314 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_wilcoxon.R:376:3'): wilcoxon() returns correct numbers for one-sample exact test ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95055 ── Failure ('test_wilcoxon.R:393:3'): wilcoxon() returns correct numbers for one-sample exact test ── Expected `wil3$conf.int` to equal `wil4$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95055 ── Failure ('test_wilcoxon.R:419:3'): wilcoxon() returns correct numbers for one-sample exact test (left) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95046 ── Failure ('test_wilcoxon.R:436:3'): wilcoxon() returns correct numbers for one-sample exact test (left) ── Expected `wil3$conf.int` to equal `wil4$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95046 ── Failure ('test_wilcoxon.R:462:3'): wilcoxon() returns correct numbers for one-sample exact test (right) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95046 ── Failure ('test_wilcoxon.R:479:3'): wilcoxon() returns correct numbers for one-sample exact test (right) ── Expected `wil3$conf.int` to equal `wil4$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95046 ── Failure ('test_wilcoxon.R:491:3'): wilcoxon() returns correct CIs other than 95% (exact) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.8000 `attr(expected, 'conf.level')`: 0.8024 ── Failure ('test_wilcoxon.R:495:3'): wilcoxon() returns correct CIs other than 95% (exact) ── Expected `wil3$conf.int` to equal `wil4$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.8000 `attr(expected, 'conf.level')`: 0.8024 ── Failure ('test_wilcoxon.R:514:3'): wilcoxon() returns correct inference for non-0 null (exact) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95055 ── Failure ('test_wilcoxon.R:525:3'): wilcoxon() returns correct inference for non-0 null (exact) ── Expected `wil3$conf.int` to equal `wil4$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95055 ── Failure ('test_wilcoxon.R:691:3'): wilcoxon() returns correct numbers for one-sample exact test ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95045 ── Failure ('test_wilcoxon.R:715:3'): wilcoxon() returns correct numbers for one-sample exact test (left) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95057 ── Failure ('test_wilcoxon.R:739:3'): wilcoxon() returns correct numbers for one-sample exact test (right) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95057 ── Failure ('test_wilcoxon.R:749:3'): wilcoxon() returns correct CIs other than 95% (exact) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.80000 `attr(expected, 'conf.level')`: 0.80053 ── Failure ('test_wilcoxon.R:766:3'): wilcoxon() returns correct inference for non-0 null (exact) ── Expected `wil1$conf.int` to equal `wil2$conf.int`. Differences: `attr(actual, 'conf.level')`: 0.95000 `attr(expected, 'conf.level')`: 0.95045 [ FAIL 15 | WARN 0 | SKIP 0 | PASS 2314 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [12s] OK * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... [7s] OK * DONE Status: 1 ERROR