Last updated on 2026-03-19 02:54:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.1 | 30.81 | 58.93 | 89.74 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.1 | 23.66 | 38.08 | 61.74 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.1 | 41.00 | 70.82 | 111.82 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 64.00 | 68.46 | 132.46 | OK | |
| r-devel-macos-arm64 | 2.0.1 | 7.00 | 14.00 | 21.00 | OK | |
| r-devel-windows-x86_64 | 2.0.1 | 36.00 | 78.00 | 114.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0.1 | 33.23 | 46.15 | 79.38 | OK | |
| r-release-linux-x86_64 | 2.0.1 | 29.54 | 54.90 | 84.44 | OK | |
| r-release-macos-arm64 | 2.0.1 | OK | ||||
| r-release-macos-x86_64 | 2.0.1 | 21.00 | 76.00 | 97.00 | OK | |
| r-release-windows-x86_64 | 2.0.1 | 38.00 | 101.00 | 139.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.1 | 20.00 | 65.00 | 85.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.1 | 44.00 | 96.00 | 140.00 | OK |
Version: 2.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(combinIT)
>
> test_check("combinIT")
Saving _problems/test-CI_test-8.R
Saving _problems/test-CI_test-9.R
Saving _problems/test-CI_test-10.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 14 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-CI_test.R:8:3'): CI_test works ───────────────────────────────
Expected `x$Bonferroni < 0.05` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-CI_test.R:9:3'): CI_test works ───────────────────────────────
Expected `x$Sidak < 0.05` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-CI_test.R:10:3'): CI_test works ──────────────────────────────
Expected `x$Jacobi < 0.05` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 14 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64