R Under development (unstable) (2026-03-23 r89685 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(StratifiedMedicine) Registered S3 method overwritten by 'StratifiedMedicine': method from logLik.survreg survival > > test_check("StratifiedMedicine") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 0 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-bootstrap_resampling.R:3:3', 'test-bootstrap_resampling.R:39:3', 'test-bootstrap_resampling.R:75:3', 'test-param_est.R:3:3', 'test-param_est.R:36:3', 'test-param_est.R:67:3', 'test-ple_waterfall.R:3:3', 'test-plot_ggparty.R:3:3', 'test-plot_ggparty.R:115:3', 'test-plot_ggparty.R:227:3', 'test-plot_ggparty_pool.R:3:3', 'test-plot_ggparty_pool.R:55:3', 'test-plot_ggparty_pool.R:107:3', 'test-resampling.R:3:3', 'test-resampling.R:26:3', 'test-submod_train.R:3:3', 'test-submod_train.R:85:3', 'test-submod_train.R:172:3', 'test-submod_train_pool.R:3:3', 'test-submod_train_pool.R:123:3', 'test-submod_train_pool.R:245:3', 'test-submod_train_summary.R:3:3', 'test-submod_train_summary.R:69:3', 'test-submod_train_summary.R:137:3', 'test_filter_train.R:3:3', 'test_ple_train.R:4:3', 'test_ple_train.R:37:3', 'test_ple_train.R:68:3', 'test_ple_train_A3.R:3:3', 'test_ple_train_A3.R:47:3', 'test_ple_train_A3.R:89:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 0 ] > > proc.time() user system elapsed 2.81 0.35 3.11