Last updated on 2026-03-09 12:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.8 | 8.87 | 89.51 | 98.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.8 | 5.65 | 61.52 | 67.17 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.8 | 15.00 | 138.07 | 153.07 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.8 | 15.00 | 150.78 | 165.78 | OK | |
| r-devel-macos-arm64 | 1.0.8 | 2.00 | 28.00 | 30.00 | OK | |
| r-devel-windows-x86_64 | 1.0.8 | 10.00 | 105.00 | 115.00 | OK | |
| r-patched-linux-x86_64 | 1.0.8 | 9.99 | 83.23 | 93.22 | OK | |
| r-release-linux-x86_64 | 1.0.8 | 9.28 | 84.27 | 93.55 | OK | |
| r-release-macos-arm64 | 1.0.8 | OK | ||||
| r-release-macos-x86_64 | 1.0.8 | 6.00 | 123.00 | 129.00 | OK | |
| r-release-windows-x86_64 | 1.0.8 | 11.00 | 105.00 | 116.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.8 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.8 | 6.00 | 140.00 | 146.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.8 | 14.00 | 126.00 | 140.00 | OK |
Version: 1.0.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/20s]
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
Flavor: r-devel-linux-x86_64-debian-gcc