- using R Under development (unstable) (2026-05-28 r90087)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
GNU Fortran (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-06-01 10:21:16 UTC
- using option ‘--no-stop-on-test-error’
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘rigr’ can be installed ... [15s/18s] OK
See the install log for details.
- 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... 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 ... [36s/43s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 ... 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 ... OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [38s/48s] ERROR
Running ‘testthat.R’ [37s/47s]
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 ... [28s/37s] OK
- checking PDF version of manual ... [8s/10s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR