- using R Under development (unstable) (2026-03-09 r89580)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)
flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-03-09 10:53:54 UTC
- using option ‘--no-stop-on-test-error’
- 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 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 ... [16s/34s] OK
See the install log for details.
- 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 ... 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 ... [39s/89s] 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 ... [41s/80s] ERROR
Running ‘testthat.R’ [40s/79s]
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 ... [15s/34s] OK
- checking PDF version of manual ... [9s/20s] OK
- checking HTML version of manual ... [5s/11s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR