Last updated on 2025-12-19 17:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 11.58 | 102.04 | 113.62 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 8.68 | 70.86 | 79.54 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 22.00 | 154.47 | 176.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 20.00 | 137.94 | 157.94 | ERROR | |
| r-devel-windows-x86_64 | 0.6.0 | 12.00 | 103.00 | 115.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 12.91 | 93.18 | 106.09 | 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 | 12.00 | 104.00 | 116.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 | 19.00 | 141.00 | 160.00 | OK |
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 [12:30:35.483] [bbotk] Starting to optimize 3 parameter(s) with '<OptimizerBatchRandomSearch>' and '<TerminatorEvals> [n_evals=10, k=0]'
INFO [12:30:36.023] [bbotk] Evaluating 1 configuration(s)
INFO [12:30:36.160] [mlr3] Running benchmark with 1 resampling iterations
INFO [12:30:36.579] [mlr3] Applying learner 'classif.rpart' on task 'pima' (iter 1/1)
INFO [12:30:36.810] [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-linux-x86_64-fedora-gcc