CRAN Package Check Results for Package mlr3viz

Last updated on 2026-09-04 09:50:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.1 8.42 249.35 257.77 OK
r-devel-linux-x86_64-debian-gcc 0.11.1 6.90 172.81 179.71 OK
r-devel-linux-x86_64-fedora-clang 0.11.1 176.63 OK
r-devel-linux-x86_64-fedora-gcc 0.11.1 6.00 171.30 177.30 OK
r-devel-windows-x86_64 0.11.1 12.00 158.00 170.00 ERROR
r-patched-linux-x86_64 0.11.1 8.68 236.09 244.77 OK
r-release-linux-x86_64 0.11.1 7.09 236.73 243.82 OK
r-release-macos-arm64 0.11.1 2.00 304.00 306.00 OK
r-release-macos-x86_64 0.11.1 7.00 285.00 292.00 OK
r-release-windows-x86_64 0.11.1 12.00 182.00 194.00 OK
r-oldrel-macos-arm64 0.11.1 2.00 135.00 137.00 OK
r-oldrel-macos-x86_64 0.11.1 7.00 411.00 418.00 OK
r-oldrel-windows-x86_64 0.11.1 15.00 260.00 275.00 OK

Check Details

Version: 0.11.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 (mlr3misc::require_namespaces(c("clue", "mlr3cluster"), quietly = TRUE)) { + library(mlr3cluster) + + task = tsk("usarrests") + learner = lrn("clust.kmeans", centers = 3) + object = learner$train(task)$predict(task) + + head(fortify(object)) + autoplot(object, task) + } Error: The following packages could not be loaded: GGally Execution halted Flavor: r-devel-windows-x86_64