Last updated on 2025-11-23 12:49:45 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.1 | 32.32 | 52.66 | 84.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.1 | 23.01 | 37.95 | 60.96 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.1 | 76.00 | 57.23 | 133.23 | OK | |
| r-devel-windows-x86_64 | 2.0.1 | 44.00 | 79.00 | 123.00 | OK | |
| r-patched-linux-x86_64 | 2.0.1 | 31.74 | 55.15 | 86.89 | OK | |
| r-release-linux-x86_64 | 2.0.1 | 34.77 | 48.46 | 83.23 | OK | |
| r-release-macos-arm64 | 2.0.1 | OK | ||||
| r-release-macos-x86_64 | 2.0.1 | 28.00 | 69.00 | 97.00 | OK | |
| r-release-windows-x86_64 | 2.0.1 | 37.00 | 85.00 | 122.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.1 | 32.00 | 53.00 | 85.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.1 | 44.00 | 95.00 | 139.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
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
══ 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
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64