R Under development (unstable) (2026-01-16 r89305 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > Sys.setenv("OMP_THREAD_LIMIT" = 2) > Sys.setenv("Ncpu" = 2) > > library(testthat) > library(mlsurvlrnrs) > > test_check("mlsurvlrnrs") CV fold: Fold1 Parameter 'ncores' is ignored for learner 'LearnerSurvCoxPHCox'. CV fold: Fold2 Parameter 'ncores' is ignored for learner 'LearnerSurvCoxPHCox'. CV fold: Fold3 Parameter 'ncores' is ignored for learner 'LearnerSurvCoxPHCox'. CV fold: Fold1 Number of rows of initialization grid > than 'options("mlexperiments.bayesian.max_init")'... ... reducing initialization grid to 4 rows. elapsed = 0.47 Round = 1 alpha = 0.4000 Value = 0.6407661 elapsed = 0.48 Round = 2 alpha = 1.0000 Value = 0.6410966 elapsed = 0.48 Round = 3 alpha = 0.2000 Value = 0.6405893 elapsed = 0.44 Round = 4 alpha = 0.6000 Value = 0.6408545 elapsed = 0.44 Round = 5 alpha = 0.8614664 Value = 0.6411223 elapsed = 0.43 Round = 6 alpha = 0.9063434 Value = 0.6410966 Best Parameters Found: Round = 5 alpha = 0.8614664 Value = 0.6411223 CV fold: Fold2 CV progress [==================================>-----------------] 2/3 ( 67%) Number of rows of initialization grid > than 'options("mlexperiments.bayesian.max_init")'... ... reducing initialization grid to 4 rows. elapsed = 0.46 Round = 1 alpha = 0.4000 Value = 0.6729644 elapsed = 0.42 Round = 2 alpha = 1.0000 Value = 0.6727334 elapsed = 0.53 Round = 3 alpha = 0.2000 Value = 0.67175 elapsed = 0.39 Round = 4 alpha = 0.6000 Value = 0.6728166 elapsed = 0.44 Round = 5 alpha = 0.3276922 Value = 0.6727904 elapsed = 0.45 Round = 6 alpha = 0.7907868 Value = 0.672725 Best Parameters Found: Round = 1 alpha = 0.4000 Value = 0.6729644 CV fold: Fold3 CV progress [====================================================] 3/3 (100%) Number of rows of initialization grid > than 'options("mlexperiments.bayesian.max_init")'... ... reducing initialization grid to 4 rows. elapsed = 0.52 Round = 1 alpha = 0.4000 Value = 0.6583694 elapsed = 0.41 Round = 2 alpha = 1.0000 Value = 0.6561767 elapsed = 0.50 Round = 3 alpha = 0.2000 Value = 0.6591387 elapsed = 0.45 Round = 4 alpha = 0.6000 Value = 0.6571241 elapsed = 0.69 Round = 5 alpha = 0.01005457 Value = 0.6572122 elapsed = 0.46 Round = 6 alpha = 0.2820859 Value = 0.6583672 Best Parameters Found: Round = 3 alpha = 0.2000 Value = 0.6591387 CV fold: Fold1 Parameter settings [=============================================] 3/3 (100%) CV fold: Fold2 CV progress [==================================>-----------------] 2/3 ( 67%) Parameter settings [=============================================] 3/3 (100%) CV fold: Fold3 CV progress [====================================================] 3/3 (100%) Parameter settings [=============================================] 3/3 (100%) CV fold: Fold1 CV fold: Fold2 CV progress [==================================>-----------------] 2/3 ( 67%) CV fold: Fold3 CV progress [====================================================] 3/3 (100%) [ FAIL 0 | WARN 0 | SKIP 5 | PASS 12 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-lints.R:10:5' • {rBayesianOptimizaion} is not installed (4): 'test-surv_ranger_cox.R:93:3', 'test-surv_rpart_cox.R:88:3', 'test-surv_xgboost_aft.R:91:3', 'test-surv_xgboost_cox.R:89:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 12 ] > > proc.time() user system elapsed 20.5 1.9 22.5