Last updated on 2026-02-28 11:49:30 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.11.0 | 8.90 | 256.35 | 265.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.11.0 | 5.91 | 175.28 | 181.19 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.11.0 | 15.00 | 421.93 | 436.93 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.11.0 | 14.00 | 392.11 | 406.11 | OK | |
| r-devel-macos-arm64 | 0.11.0 | 2.00 | 52.00 | 54.00 | OK | |
| r-devel-windows-x86_64 | 0.11.0 | 12.00 | 176.00 | 188.00 | OK | |
| r-patched-linux-x86_64 | 0.11.0 | 9.15 | 239.44 | 248.59 | OK | |
| r-release-linux-x86_64 | 0.10.1 | 6.51 | 225.09 | 231.60 | ERROR | |
| r-release-macos-arm64 | 0.11.0 | 3.00 | 50.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 0.11.0 | 7.00 | 259.00 | 266.00 | OK | |
| r-release-windows-x86_64 | 0.11.0 | 12.00 | 183.00 | 195.00 | OK | |
| r-oldrel-macos-arm64 | 0.11.0 | 2.00 | 55.00 | 57.00 | OK | |
| r-oldrel-macos-x86_64 | 0.11.0 | 7.00 | 270.00 | 277.00 | OK | |
| r-oldrel-windows-x86_64 | 0.11.0 | 14.00 | 247.00 | 261.00 | OK |
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.