Last updated on 2026-02-21 23:51:08 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.10.1 | 7.51 | 244.77 | 252.28 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.10.1 | 4.96 | 167.72 | 172.68 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.10.1 | 13.00 | 390.52 | 403.52 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.10.1 | 11.00 | 407.42 | 418.42 | OK | |
| r-devel-macos-arm64 | 0.10.1 | 2.00 | 47.00 | 49.00 | OK | |
| r-devel-windows-x86_64 | 0.10.1 | 9.00 | 172.00 | 181.00 | ERROR | |
| r-patched-linux-x86_64 | 0.10.1 | ERROR | ||||
| r-release-linux-x86_64 | 0.10.1 | 6.51 | 225.09 | 231.60 | ERROR | |
| r-release-macos-arm64 | 0.10.1 | OK | ||||
| r-release-macos-x86_64 | 0.10.1 | 4.00 | 127.00 | 131.00 | OK | |
| r-release-windows-x86_64 | 0.10.1 | 9.00 | 169.00 | 178.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.10.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.10.1 | 5.00 | 139.00 | 144.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.10.1 | 13.00 | 231.00 | 244.00 | ERROR |
Version: 0.10.1
Check: examples
Result: ERROR
Running examples in ‘mlr3viz-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: autoplot.PredictionClust
> ### Title: Plots for Cluster Predictions
> ### Aliases: autoplot.PredictionClust
>
> ### ** Examples
>
> if (requireNamespace("mlr3")) {
+ library(mlr3)
+ library(mlr3cluster)
+ library(mlr3viz)
+
+ task = tsk("usarrests")
+ learner = lrn("clust.kmeans", centers = 3)
+ object = learner$train(task)$predict(task)
+
+ head(fortify(object))
+ autoplot(object, task)
+ }
Warning: Package 'clue' required but not installed for Learner 'clust.kmeans'
Error: The following packages could not be loaded: clue
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
autoplot.BenchmarkResult 8.347 0.470 7.994
autoplot.OptimInstanceBatchSingleCrit 7.604 0.051 9.353
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.10.1
Check: examples
Result: ERROR
Running examples in ‘mlr3viz-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: autoplot.PredictionClust
> ### Title: Plots for Cluster Predictions
> ### Aliases: autoplot.PredictionClust
>
> ### ** Examples
>
> if (requireNamespace("mlr3")) {
+ library(mlr3)
+ library(mlr3cluster)
+ library(mlr3viz)
+
+ task = tsk("usarrests")
+ learner = lrn("clust.kmeans", centers = 3)
+ object = learner$train(task)$predict(task)
+
+ head(fortify(object))
+ autoplot(object, task)
+ }
Warning: Package 'clue' required but not installed for Learner 'clust.kmeans'
Error: The following packages could not be loaded: clue
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
autoplot.OptimInstanceBatchSingleCrit 5.173 0.096 8.326
autoplot.BenchmarkResult 4.613 0.259 6.180
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.10.1
Check: examples
Result: ERROR
Running examples in ‘mlr3viz-Ex.R’ failed
The error most likely occurred in:
> ### Name: autoplot.PredictionClust
> ### Title: Plots for Cluster Predictions
> ### Aliases: autoplot.PredictionClust
>
> ### ** Examples
>
> if (requireNamespace("mlr3")) {
+ library(mlr3)
+ library(mlr3cluster)
+ library(mlr3viz)
+
+ task = tsk("usarrests")
+ learner = lrn("clust.kmeans", centers = 3)
+ object = learner$train(task)$predict(task)
+
+ head(fortify(object))
+ autoplot(object, task)
+ }
Warning: Package 'clue' required but not installed for Learner 'clust.kmeans'
Error: The following packages could not be loaded: clue
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.10.1
Check: examples
Result: ERROR
Running examples in ‘mlr3viz-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: autoplot.PredictionClust
> ### Title: Plots for Cluster Predictions
> ### Aliases: autoplot.PredictionClust
>
> ### ** Examples
>
> if (requireNamespace("mlr3")) {
+ library(mlr3)
+ library(mlr3cluster)
+ library(mlr3viz)
+
+ task = tsk("usarrests")
+ learner = lrn("clust.kmeans", centers = 3)
+ object = learner$train(task)$predict(task)
+
+ head(fortify(object))
+ autoplot(object, task)
+ }
Warning: Package 'clue' required but not installed for Learner 'clust.kmeans'
Error: The following packages could not be loaded: clue
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
autoplot.OptimInstanceBatchSingleCrit 7.631 0.113 8.994
autoplot.BenchmarkResult 5.266 0.134 6.824
Flavor: r-patched-linux-x86_64
Version: 0.10.1
Check: examples
Result: ERROR
Running examples in ‘mlr3viz-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: autoplot.PredictionClust
> ### Title: Plots for Cluster Predictions
> ### Aliases: autoplot.PredictionClust
>
> ### ** Examples
>
> if (requireNamespace("mlr3")) {
+ library(mlr3)
+ library(mlr3cluster)
+ library(mlr3viz)
+
+ task = tsk("usarrests")
+ learner = lrn("clust.kmeans", centers = 3)
+ object = learner$train(task)$predict(task)
+
+ head(fortify(object))
+ autoplot(object, task)
+ }
Warning: Package 'clue' required but not installed for Learner 'clust.kmeans'
Error: The following packages could not be loaded: clue
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
autoplot.OptimInstanceBatchSingleCrit 7.762 0.149 8.184
autoplot.BenchmarkResult 5.557 0.232 7.411
Flavor: r-release-linux-x86_64
Version: 0.10.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘mlr3proba’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64