Package: simtrial Check: tests New result: ERROR Running ‘testthat.R’ [68s/73s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(simtrial) > > test_check("simtrial") [ FAIL 2 | WARN 1 | SKIP 0 | PASS 244 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-unvalidated-summary.R:90:3'): summary.simtrial_gs_wlr() returns consistent results for one-sided design ── `observed` not equal to `expected`. Component "asy_upper_prob": Mean relative difference: 4.487592e-07 Component "asy_n": Mean relative difference: 8.453473e-07 Component "asy_event": Mean relative difference: 8.453473e-07 ── Failure ('test-unvalidated-summary.R:182:3'): summary.simtrial_gs_wlr() returns consistent results for two-sided design ── `observed` not equal to `expected`. Component "asy_upper_prob": Mean relative difference: 4.137911e-07 Component "asy_n": Mean relative difference: 8.823477e-07 Component "asy_event": Mean relative difference: 8.823477e-07 [ FAIL 2 | WARN 1 | SKIP 0 | PASS 244 ] Error: Test failures Execution halted