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

Last updated on 2026-02-07 05:50:45 CET.

Package ERROR NOTE OK
bbotk 13
farff 13
mlr3 1 12
mlr3batchmark 13
mlr3data 13
mlr3db 3 10
mlr3filters 13
mlr3fselect 13
mlr3hyperband 13
mlr3learners 1 12
mlr3mbo 13
mlr3measures 13
mlr3misc 13
mlr3spatial 13
mlr3tuning 13
mlr3tuningspaces 13
mlr3verse 3 10
mlr3viz 4 3 6
rush 13

Package bbotk

Current CRAN status: OK: 13

Package farff

Current CRAN status: OK: 13

Package mlr3

Current CRAN status: NOTE: 1, OK: 12

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: 13

Package mlr3data

Current CRAN status: OK: 13

Package mlr3db

Current CRAN status: NOTE: 3, OK: 10

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: 13

Package mlr3fselect

Current CRAN status: OK: 13

Package mlr3hyperband

Current CRAN status: OK: 13

Package mlr3learners

Current CRAN status: ERROR: 1, OK: 12

Version: 0.14.0
Check: tests
Result: ERROR Running ‘testthat.R’ [82s/133s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + library("testthat") + library("mlr3learners") + test_check("mlr3learners") + } Loading required package: mlr3 Saving _problems/test_classif_glmnet-80.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 634 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test_classif_nnet.R:2:1', 'test_classif_xgboost.R:2:1', 'test_regr_nnet.R:2:1', 'test_regr_xgboost.R:2:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_classif_glmnet.R:80:3'): offset works ──────────────────────── Expected `all(learner$model$beta == learner_offset$model$beta)` to be FALSE. Differences: `actual`: TRUE `expected`: FALSE [ FAIL 1 | WARN 0 | SKIP 4 | PASS 634 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package mlr3mbo

Current CRAN status: OK: 13

Package mlr3measures

Current CRAN status: OK: 13

Package mlr3misc

Current CRAN status: OK: 13

Package mlr3spatial

Current CRAN status: OK: 13

Package mlr3tuning

Current CRAN status: OK: 13

Package mlr3tuningspaces

Current CRAN status: OK: 13

Package mlr3verse

Current CRAN status: NOTE: 3, OK: 10

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: 4, NOTE: 3, OK: 6

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.892 0.306 6.951 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: 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: 13

Additional issues

donttest

mirror server hosted at Truenetwork, Russian Federation.