R Under development (unstable) (2026-03-26 r89724 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(adaptr) Loading 'adaptr' package v1.5.0. For instructions, type 'help("adaptr")' or see https://inceptdk.github.io/adaptr/. > > test_check("adaptr") [ FAIL 0 | WARN 0 | SKIP 26 | PASS 317 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-calibrate_trial.R:1:1', 'test-check_performance.R:1:1', 'test-check_remaining_arms.R:1:1', 'test-extract.R:1:1', 'test-extract.R:18:1', 'test-extract.R:32:1', 'test-extract.R:43:1', 'test-plot_convergence.R:1:1', 'test-plot_history.R:1:1', 'test-plot_history.R:20:1', 'test-plot_metrics_ecdf.R:1:1', 'test-plot_status.R:3:1', 'test-plot_status.R:10:1', 'test-plot_status.R:15:1', 'test-plot_status.R:20:1', 'test-run_trials.R:1:1', 'test-run_trials.R:102:1', 'test-run_trials.R:165:1', 'test-run_trials.R:171:1', 'test-setup_trial.R:1:1', 'test-setup_trial.R:18:1', 'test-setup_trial.R:57:1', 'test-summary-print.R:1:1', 'test-summary-print.R:12:1', 'test-summary-print.R:22:1', 'test-utils.R:91:1' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 317 ] > > proc.time() user system elapsed 67.42 6.20 82.18