CRAN Package Check Results for Package mlr3viz

Last updated on 2026-02-08 17:49:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.10.1 8.18 243.94 252.12 ERROR
r-devel-linux-x86_64-debian-gcc 0.10.1 5.25 163.69 168.94 ERROR
r-devel-linux-x86_64-fedora-clang 0.10.1 14.00 412.65 426.65 ERROR
r-devel-linux-x86_64-fedora-gcc 0.10.1 13.00 422.68 435.68 OK
r-devel-windows-x86_64 0.10.1 10.00 172.00 182.00 ERROR
r-patched-linux-x86_64 0.10.1 7.79 246.47 254.26 OK
r-release-linux-x86_64 0.10.1 6.18 231.94 238.12 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 10.00 186.00 196.00 OK
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 12.00 263.00 275.00 NOTE

Check Details

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 8.049 0.112 13.339 autoplot.BenchmarkResult 6.882 0.323 6.854 autoplot.LearnerClassifRpart 3.628 0.093 5.391 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 4.766 0.153 6.805 autoplot.BenchmarkResult 4.703 0.161 6.782 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

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.435 0.133 8.729 autoplot.BenchmarkResult 5.835 0.182 7.791 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

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.