R Under development (unstable) (2026-03-03 r89529 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(lrstat) > > test_check("lrstat") Saving _problems/test-f_lrsamplesize-59.R The milestone is larger than the largest observed time Additional warning messages are suppressed. [ FAIL 1 | WARN 1 | SKIP 0 | PASS 86 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-f_lrsamplesize.R:57:5'): absolute accrual intensity given power, accrual duration, follow-up time, and relative accrual intensity ── Expected `round(l$resultsUnderH1$settings$accrualIntensity, 2)` to equal `c(3.21, 6.42, 9.63, 12.84, 16.05, 19.26, 22.47, 25.68, 28.89)`. Differences: `actual`: 606.7 1213.3 1820.0 2426.7 3033.3 3640.0 4246.7 4853.3 5460.0 `expected`: 3.2 6.4 9.6 12.8 16.1 19.3 22.5 25.7 28.9 [ FAIL 1 | WARN 1 | SKIP 0 | PASS 86 ] Error: ! Test failures. Execution halted