R Under development (unstable) (2025-11-10 r88994 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > if (requireNamespace("tinytest", quietly = TRUE)) { + options(Ncpus = 2) + data.table::setDTthreads(2) + tinytest::test_package("carts") + } Loading required package: lava test_Trial.R.................. 0 tests test_Trial.R.................. 0 tests test_Trial.R.................. 0 tests test_Trial.R.................. 14 tests OK test_Trial.R.................. 14 tests OK test_Trial.R.................. 33 tests OK test_Trial.R.................. 33 tests OK test_Trial.R.................. 59 tests OK test_Trial.R.................. 59 tests OK test_Trial.R.................. 69 tests OK test_Trial.R.................. 69 tests OK test_Trial.R.................. 93 tests OK test_Trial.R.................. 93 tests OK test_Trial.R.................. 98 tests OK test_Trial.R.................. 98 tests OK test_Trial.R.................. 112 tests OK test_Trial.R.................. 112 tests OK test_Trial.R.................. 118 tests OK test_Trial.R.................. 118 tests OK test_Trial.R.................. 122 tests OK test_Trial.R.................. 122 tests OK test_Trial.R.................. 141 tests OK 45.9s test_aggrsurv.R............... 0 tests test_aggrsurv.R............... 0 tests test_aggrsurv.R............... 0 tests test_aggrsurv.R............... 0 tests test_aggrsurv.R............... 1 tests OK test_aggrsurv.R............... 2 tests OK test_aggrsurv.R............... 3 tests OK test_aggrsurv.R............... 3 tests OK test_aggrsurv.R............... 4 tests OK test_aggrsurv.R............... 4 tests OK test_aggrsurv.R............... 5 tests OK 26ms test_covar_sim.R.............. 0 tests test_covar_sim.R.............. 0 tests test_covar_sim.R.............. 0 tests test_covar_sim.R.............. 0 tests test_covar_sim.R.............. 6 tests OK test_covar_sim.R.............. 6 tests OK test_covar_sim.R.............. 7 tests OK test_covar_sim.R.............. 7 tests OK test_covar_sim.R.............. 12 tests OK test_covar_sim.R.............. 12 tests OK test_covar_sim.R.............. 24 tests OK test_covar_sim.R.............. 24 tests OK test_covar_sim.R.............. 33 tests OK test_covar_sim.R.............. 33 tests OK test_covar_sim.R.............. 42 tests OK test_covar_sim.R.............. 42 tests OK test_covar_sim.R.............. 55 tests OK test_covar_sim.R.............. 55 tests OK test_covar_sim.R.............. 66 tests OK 0.7s test_distributions.R.......... 0 tests test_distributions.R.......... 0 tests test_distributions.R.......... 11 tests OK 18ms test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 0 tests test_estimators.R............. 7 tests OK test_estimators.R............. 7 tests OK test_estimators.R............. 10 tests OK test_estimators.R............. 10 tests OK test_estimators.R............. 11 tests OK test_estimators.R............. 11 tests OK test_estimators.R............. 13 tests OK test_estimators.R............. 13 tests OK test_estimators.R............. 15 tests OK 1.7s test_optimization.R........... 0 tests test_optimization.R........... 0 tests test_optimization.R........... 0 tests test_optimization.R........... 5 tests OK test_optimization.R........... 5 tests OK test_optimization.R........... 20 tests OK 0.6s test_outcome_models.R......... 0 tests test_outcome_models.R......... 0 tests test_outcome_models.R......... 0 tests test_outcome_models.R......... 0 tests test_outcome_models.R......... 0 tests test_outcome_models.R......... 0 tests test_outcome_models.R......... 0 tests test_outcome_models.R......... 9 tests OK test_outcome_models.R......... 9 tests OK test_outcome_models.R......... 12 tests OK test_outcome_models.R......... 12 tests OK test_outcome_models.R......... 18 tests OK test_outcome_models.R......... 18 tests OK test_outcome_models.R......... 36 tests OK 4.7s test_trial_run.R.............. 0 tests test_trial_run.R.............. 0 tests test_trial_run.R.............. 0 tests test_trial_run.R.............. 8 tests OK test_trial_run.R.............. 8 tests OK test_trial_run.R.............. 20 tests OK 2.0s test_utils.R.................. 0 tests test_utils.R.................. 0 tests test_utils.R.................. 7 tests OK test_utils.R.................. 7 tests OK test_utils.R.................. 11 tests OK test_utils.R.................. 11 tests OK test_utils.R.................. 16 tests OK 6ms All ok, 330 results (55.6s) > > proc.time() user system elapsed 55.46 1.57 57.03