R Under development (unstable) (2026-06-25 r90191 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(adaptDiag) > > test_check("adaptDiag") Loading required package: foreach Loading required package: rngtools n decision 200 400 600 800 1000 early win 1 1 8 4 0 late win 0 0 0 0 1 no stopping 0 0 0 0 1 stop for futility 1 1 1 1 0 n decision 100 no stopping - insufficient positive cases 20 n decision 100 stop for futility 50 n decision 200 400 600 800 1000 early win 3 8 2 2 0 late win 0 0 0 0 2 no stopping 0 0 0 0 1 stop for futility 1 0 1 0 0 n decision 200 early win 20 [ FAIL 0 | WARN 2 | SKIP 8 | PASS 23 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-binom-sample-size.R:20:1', 'test-broglio.R:2:3', 'test-multi-trial-validation.R:1:1', 'test-multi-trial-validation.R:16:1', 'test-multi-trial-validation.R:35:1', 'test-multi-trial-validation.R:54:1', 'test-multi-trial-validation.R:70:1', 'test-multi-trial-validation.R:86:1' [ FAIL 0 | WARN 2 | SKIP 8 | PASS 23 ] > > proc.time() user system elapsed 7.90 0.26 8.17