Last updated on 2026-05-28 23:53:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.1 | 31.10 | 56.34 | 87.44 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.1 | 24.08 | 44.04 | 68.12 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.1 | 40.00 | 73.95 | 113.95 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 72.00 | 85.01 | 157.01 | OK | |
| r-devel-windows-x86_64 | 2.0.1 | 42.00 | 85.00 | 127.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0.1 | 31.87 | 54.62 | 86.49 | OK | |
| r-release-linux-x86_64 | 2.0.1 | 58.08 | 54.20 | 112.28 | OK | |
| r-release-macos-arm64 | 2.0.1 | 6.00 | 13.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 2.0.1 | 21.00 | 54.00 | 75.00 | OK | |
| r-release-windows-x86_64 | 2.0.1 | 38.00 | 80.00 | 118.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.1 | 21.00 | 76.00 | 97.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.1 | 49.00 | 99.00 | 148.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
Saving _problems/test-CI_test-11.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 13 ]
══ 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
── Failure ('test-CI_test.R:11:3'): CI_test works ──────────────────────────────
Expected `x$GC < 0.05` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 13 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64