CRAN Package Check Results for Maintainer ‘Marc Becker <marcbecker at posteo.de>’

Last updated on 2026-02-15 07:51:15 CET.

Package ERROR NOTE OK
bbotk 14
farff 14
mlr3 1 13
mlr3batchmark 14
mlr3data 14
mlr3db 3 11
mlr3filters 14
mlr3fselect 14
mlr3hyperband 14
mlr3learners 14
mlr3mbo 14
mlr3measures 14
mlr3misc 14
mlr3spatial 14
mlr3tuning 14
mlr3tuningspaces 14
mlr3verse 3 11
mlr3viz 8 2 4
rush 14

Package bbotk

Current CRAN status: OK: 14

Package farff

Current CRAN status: OK: 14

Package mlr3

Current CRAN status: NOTE: 1, OK: 13

Version: 1.3.0
Check: installed package size
Result: NOTE installed size is 5.0Mb sub-directories of 1Mb or more: R 2.0Mb help 2.2Mb Flavor: r-oldrel-macos-x86_64

Package mlr3batchmark

Current CRAN status: OK: 14

Package mlr3data

Current CRAN status: OK: 14

Package mlr3db

Current CRAN status: NOTE: 3, OK: 11

Version: 0.7.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘polars’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.7.0
Check: Rd cross-references
Result: NOTE Package unavailable to check Rd xrefs: ‘polars’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package mlr3filters

Current CRAN status: OK: 14

Package mlr3fselect

Current CRAN status: OK: 14

Package mlr3hyperband

Current CRAN status: OK: 14

Package mlr3learners

Current CRAN status: OK: 14

Package mlr3mbo

Current CRAN status: OK: 14

Package mlr3measures

Current CRAN status: OK: 14

Package mlr3misc

Current CRAN status: OK: 14

Package mlr3spatial

Current CRAN status: OK: 14

Package mlr3tuning

Current CRAN status: OK: 14

Package mlr3tuningspaces

Current CRAN status: OK: 14

Package mlr3verse

Current CRAN status: NOTE: 3, OK: 11

Version: 0.3.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

Package mlr3viz

Current CRAN status: ERROR: 8, NOTE: 2, OK: 4

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.884 0.039 8.775 autoplot.BenchmarkResult 7.179 0.370 6.130 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.058 0.134 7.799 autoplot.BenchmarkResult 4.652 0.156 6.801 autoplot.LearnerClassifRpart 2.646 0.104 5.732 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.383 0.151 8.297 autoplot.BenchmarkResult 5.510 0.176 6.356 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.870 0.075 13.367 autoplot.BenchmarkResult 5.522 0.274 10.108 autoplot.LearnerClassifRpart 3.612 0.131 6.791 autoplot.LearnerClustHierarchical 2.777 0.113 5.838 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

Package rush

Current CRAN status: OK: 14

Additional issues

donttest

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.