Last updated on 2026-07-25 09:50:14 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.0 | 12.29 | 117.46 | 129.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.0 | 8.12 | 80.57 | 88.69 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.0 | 21.00 | 162.18 | 183.18 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 76.78 | ERROR | |||
| r-devel-windows-x86_64 | 0.6.0 | 14.00 | 120.00 | 134.00 | OK | |
| r-patched-linux-x86_64 | 0.6.0 | 13.65 | 106.54 | 120.19 | OK | |
| r-release-linux-x86_64 | 0.6.0 | 9.55 | 105.78 | 115.33 | OK | |
| r-release-macos-arm64 | 0.6.0 | 3.00 | 27.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 0.6.0 | 8.00 | 110.00 | 118.00 | OK | |
| r-release-windows-x86_64 | 0.6.0 | 13.00 | 121.00 | 134.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.6.0 | 8.00 | 157.00 | 165.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.0 | 18.00 | 166.00 | 184.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘mlr3tuningspaces-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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)
Warning in data(list = id, package = package, envir = ee) :
data set ‘PimaIndiansDiabetes2’ not found
Error in UseMethod("as_data_backend") :
no applicable method for 'as_data_backend' applied to an object of class "NULL"
Calls: tune ... dictionary_initialize_item -> do.call -> <Anonymous> -> as_data_backend
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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)
Warning in data(list = id, package = package, envir = ee) :
data set ‘PimaIndiansDiabetes2’ not found
Error in UseMethod("as_data_backend") :
no applicable method for 'as_data_backend' applied to an object of class "NULL"
Calls: tune ... dictionary_initialize_item -> do.call -> <Anonymous> -> as_data_backend
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc