Package check result: OK Changes to worse in reverse depends: Package: combinIT Check: tests New result: ERROR Running ‘testthat.R’ [7s/6s] 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