CRAN Package Check Results for Package mlr3tuningspaces

Last updated on 2025-12-27 07:49:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 11.68 110.67 122.35 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 7.99 80.77 88.76 OK
r-devel-linux-x86_64-fedora-clang 0.6.0 22.00 163.61 185.61 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 21.00 174.27 195.27 OK
r-devel-windows-x86_64 0.6.0 13.00 103.00 116.00 ERROR
r-patched-linux-x86_64 0.6.0 11.63 94.33 105.96 OK
r-release-linux-x86_64 0.6.0 11.32 95.70 107.02 OK
r-release-macos-arm64 0.6.0 OK
r-release-macos-x86_64 0.6.0 8.00 157.00 165.00 OK
r-release-windows-x86_64 0.6.0 15.00 112.00 127.00 OK
r-oldrel-macos-arm64 0.6.0 OK
r-oldrel-macos-x86_64 0.6.0 8.00 161.00 169.00 OK
r-oldrel-windows-x86_64 0.6.0 17.00 142.00 159.00 OK

Check Details

Version: 0.6.0
Check: examples
Result: ERROR Running examples in 'mlr3tuningspaces-Ex.R' failed The error most likely occurred in: > ### Name: TuningSpace > ### Title: Tuning Spaces > ### Aliases: TuningSpace > > ### ** Examples > > library(mlr3tuning) > > # Get default tuning space of rpart learner > tuning_space = lts("classif.rpart.default") > > # Set tuning space > learner = lrn("classif.rpart") > learner$param_set$values = tuning_space$values > > # Tune learner > instance = tune( + tnr("random_search"), + task = tsk("pima"), + learner = learner, + resampling = rsmp ("holdout"), + measure = msr("classif.ce"), + term_evals = 10) INFO [17:11:10.592] [bbotk] Starting to optimize 3 parameter(s) with '<OptimizerBatchRandomSearch>' and '<TerminatorEvals> [n_evals=10, k=0]' INFO [17:11:10.691] [bbotk] Evaluating 1 configuration(s) INFO [17:11:10.724] [mlr3] Running benchmark with 1 resampling iterations INFO [17:11:10.836] [mlr3] Applying learner 'classif.rpart' on task 'pima' (iter 1/1) INFO [17:11:10.915] [mlr3] Finished benchmark Error in `[.data.table`(data, , `:=`("task_hash", task[[1L]]$hash), by = "uhash") : attempt access index 9/9 in VECTOR_ELT Calls: tune ... initialize -> .__ResultData__initialize -> [ -> [.data.table Execution halted Flavor: r-devel-windows-x86_64