The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-09-21 05:51:14 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.6 | 16.59 | 268.56 | 285.15 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.6 | 11.84 | 193.81 | 205.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.6 | 12.00 | 177.34 | 189.34 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.6 | 11.00 | 171.61 | 182.61 | ERROR | |
| r-devel-windows-x86_64 | 1.1.6 | 24.00 | 312.00 | 336.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.6 | 17.11 | 249.18 | 266.29 | 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 | 22.00 | 234.00 | 256.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.6 | 18.00 | 513.00 | 531.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.6 | 28.00 | 338.00 | 366.00 | OK |
Version: 1.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [114s/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’ [83s/121s]
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’ [76s/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-clang
Version: 1.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [70s/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
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.