CRAN Package Check Results for Package mlrMBO

Last updated on 2026-09-13 01:50:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.6 15.25 266.17 281.42 OK
r-devel-linux-x86_64-debian-gcc 1.1.6 11.77 186.95 198.72 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.6 11.00 176.70 187.70 OK
r-devel-linux-x86_64-fedora-gcc 1.1.6 11.00 180.48 191.48 OK
r-devel-windows-x86_64 1.1.6 22.00 307.00 329.00 OK
r-patched-linux-x86_64 1.1.6 17.42 245.03 262.45 OK
r-release-linux-x86_64 1.1.6 14.38 245.90 260.28 OK
r-release-macos-arm64 1.1.6 4.00 72.00 76.00 OK
r-release-macos-x86_64 1.1.6 13.00 279.00 292.00 OK
r-release-windows-x86_64 1.1.6 22.00 234.00 256.00 OK
r-oldrel-macos-arm64 1.1.6 4.00 63.00 67.00 OK
r-oldrel-macos-x86_64 1.1.6 18.00 513.00 531.00 OK
r-oldrel-windows-x86_64 1.1.6 29.00 329.00 358.00 OK

Check Details

Version: 1.1.6
Check: tests
Result: ERROR Running ‘testthat.R’ [77s/97s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > > # the unit tests take pretty long, that can be a problem on WB and cran (and maybe annoying locally) > # so we run all tests only on travis and if a certain user env var is set > if (identical(Sys.getenv("TRAVIS"), "true") || identical(Sys.getenv("R_EXPENSIVE_TEST_OK"), "true") || identical(Sys.getenv("NOT_CRAN"), "true")) { + test_check("mlrMBO") + } else { + test_check("mlrMBO", filter = "((mbo_rf)|(mbo_km))") + } Loading required package: mlrMBO Loading required package: mlr Loading required package: ParamHelpers Loading required package: smoof Loading required package: checkmate Saving _problems/test_mbo_km-47.R [ FAIL 1 | WARN 5 | SKIP 0 | PASS 59 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_mbo_km.R:47:3'): mbo works with km ─────────────────────────── Expected `suppressPackageStartupMessages(...)` to run silently. Actual noise: warnings. [ FAIL 1 | WARN 5 | SKIP 0 | PASS 59 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc