R Under development (unstable) (2024-03-19 r86153 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(tuneRanger) Loading required package: ranger Loading required package: mlrMBO Loading required package: mlr Loading required package: ParamHelpers Warning message: 'mlr' is in 'maintenance-only' mode since July 2019. Future development will only happen in 'mlr3' (). Due to the focus on 'mlr3' there might be uncaught bugs meanwhile in {mlr} - please consider switching. Loading required package: smoof Loading required package: checkmate Loading required package: parallel Loading required package: lhs > > test_check("tuneRanger") Approximated time for tuning: 51Smtry = 2 OOB error = 0.03273305 Searching left ... mtry = 1 OOB error = 0.03277224 -0.001197008 0.05 Searching right ... mtry = 4 OOB error = 0.03751274 -0.14602 0.05 mtry = 3 OOB error = 11.19828 Searching left ... mtry = 2 OOB error = 11.51914 -0.02865315 0.05 Searching right ... mtry = 6 OOB error = 10.84782 0.03129504 0.05 mtry = 3 OOB error = 0.4258803 Searching left ... mtry = 2 OOB error = 0.4304241 -0.01066904 0.05 Searching right ... mtry = 6 OOB error = 0.4396062 -0.03222938 0.05 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 7 ] > > proc.time() user system elapsed 27.79 1.32 26.07