CRAN Package Check Results for Package mlr3summary

Last updated on 2025-12-28 03:51:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 4.56 66.80 71.36 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 3.70 46.57 50.27 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 7.00 93.11 100.11 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 7.00 91.35 98.35 OK
r-devel-windows-x86_64 0.1.0 6.00 55.00 61.00 ERROR
r-patched-linux-x86_64 0.1.0 4.65 52.15 56.80 NOTE
r-release-linux-x86_64 0.1.0 3.84 53.73 57.57 NOTE
r-release-macos-arm64 0.1.0 OK
r-release-macos-x86_64 0.1.0 3.00 54.00 57.00 OK
r-release-windows-x86_64 0.1.0 6.00 68.00 74.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 3.00 41.00 44.00 OK
r-oldrel-windows-x86_64 0.1.0 8.00 85.00 93.00 OK

Check Details

Version: 0.1.0
Check: for unstated dependencies in ‘demo’
Result: NOTE 'library' or 'require' calls not declared from: ‘future’ ‘mlr3tuning’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.0
Check: examples
Result: ERROR Running examples in 'mlr3summary-Ex.R' failed The error most likely occurred in: > ### Name: summary.Learner > ### Title: Summarizing mlr3 Learners > ### Aliases: summary.Learner summary.GraphLearner print.summary.Learner > > ### ** Examples > > if (require("mlr3")) { + tsk_iris = tsk("iris") + lrn_rpart = lrn("classif.rpart", predict_type = "prob") + lrn_rpart$train(task = tsk_iris) + rsmp_cv3 = rsmp("cv", folds = 3L) + rr = resample(tsk_iris, lrn_rpart, rsmp_cv3, store_model = TRUE) + summary(lrn_rpart, rr) + } Loading required package: mlr3 INFO [17:11:05.139] [mlr3] Resampling 'cv' is being instantiated on task 'iris' INFO [17:11:05.291] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3) INFO [17:11:05.350] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3) INFO [17:11:05.390] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3) Error in `[.data.table`(data, , `:=`("task_hash", task[[1L]]$hash), by = "uhash") : attempt access index 9/9 in VECTOR_ELT Calls: resample ... initialize -> .__ResultData__initialize -> [ -> [.data.table Execution halted Flavor: r-devel-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.