Last updated on 2026-09-25 12:53:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.6 | 17.76 | 274.07 | 291.83 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.6 | 11.66 | 185.48 | 197.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.6 | 12.00 | 175.75 | 187.75 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.6 | 11.00 | 180.15 | 191.15 | ERROR | |
| r-devel-windows-x86_64 | 1.1.6 | 23.00 | 310.00 | 333.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.6 | 18.06 | 247.66 | 265.72 | OK | |
| r-release-linux-x86_64 | 1.1.6 | 14.60 | 248.37 | 262.97 | 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 | 24.00 | 236.00 | 260.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 | 27.00 | 333.00 | 360.00 | OK |
Version: 1.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [118s/202s]
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-clang
Version: 1.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [75s/98s]
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
Version: 1.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [75s/84s]
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-fedora-clang
Version: 1.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [78s/87s]
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-fedora-gcc
Version: 1.1.6
Check: tests
Result: ERROR
Running 'testthat.R' [98s]
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-windows-x86_64