CRAN Package Check Results for Package mlr3batchmark

Last updated on 2026-06-08 03:50:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 3.14 67.63 70.77 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 2.97 48.83 51.80 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.2 6.00 106.46 112.46 OK
r-devel-linux-x86_64-fedora-gcc 0.2.2 7.00 102.62 109.62 OK
r-devel-windows-x86_64 0.2.2 6.00 76.00 82.00 OK
r-patched-linux-x86_64 0.2.2 3.33 60.74 64.07 OK
r-release-linux-x86_64 0.2.2 3.73 60.75 64.48 OK
r-release-macos-arm64 0.2.2 1.00 34.00 35.00 OK
r-release-macos-x86_64 0.2.2 3.00 94.00 97.00 OK
r-release-windows-x86_64 0.2.2 6.00 75.00 81.00 OK
r-oldrel-macos-arm64 0.2.2 OK
r-oldrel-macos-x86_64 0.2.2 3.00 83.00 86.00 OK
r-oldrel-windows-x86_64 0.2.2 7.00 95.00 102.00 OK

Check Details

Version: 0.2.2
Check: examples
Result: ERROR Running examples in ‘mlr3batchmark-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: batchmark > ### Title: Benchmark Experiments on Batch Systems > ### Aliases: batchmark > > ### ** Examples > > tasks = list(mlr3::tsk("iris"), mlr3::tsk("sonar")) > learners = list(mlr3::lrn("classif.featureless"), mlr3::lrn("classif.rpart")) > resamplings = list(mlr3::rsmp("cv", folds = 3), mlr3::rsmp("holdout")) > > design = mlr3::benchmark_grid( + tasks = tasks, + learners = learners, + resamplings = resamplings + ) > > reg = batchtools::makeExperimentRegistry(NA) No readable configuration file found Created registry in '/tmp/RtmpkKECxI/registry39f939510a7da2' using cluster functions 'Interactive' > batchmark(design, reg = reg) Adding algorithm 'run_learner' Adding problem 'abc694dd29a7a8ce' Warning in gzfile(file, mode) : cannot open compressed file '/tmp/RtmpkKECxI/registry39f939510a7da2/problems/MFRGGNRZGRSGIMRZME3WCODDMU.rds', probable reason 'No space left on device' Error in gzfile(file, mode) : cannot open the connection Calls: batchmark -> <Anonymous> -> writeRDS -> saveRDS -> gzfile Execution halted Flavor: r-devel-linux-x86_64-debian-gcc