CRAN Package Check Results for Package mlr3mbo

Last updated on 2024-09-27 04:50:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.4 6.88 345.22 352.10 OK
r-devel-linux-x86_64-debian-gcc 0.2.5 5.19 273.40 278.59 OK
r-devel-linux-x86_64-fedora-clang 0.2.5 541.06 OK
r-devel-linux-x86_64-fedora-gcc 0.2.5 539.24 OK
r-devel-windows-x86_64 0.2.5 10.00 359.00 369.00 OK
r-patched-linux-x86_64 0.2.4 8.99 92.69 101.68 ERROR
r-release-linux-x86_64 0.2.5 6.50 336.22 342.72 OK
r-release-macos-arm64 0.2.5 166.00 OK
r-release-macos-x86_64 0.2.5 282.00 OK
r-release-windows-x86_64 0.2.5 11.00 345.00 356.00 OK
r-oldrel-macos-arm64 0.2.5 180.00 OK
r-oldrel-macos-x86_64 0.2.5 270.00 OK
r-oldrel-windows-x86_64 0.2.5 11.00 398.00 409.00 OK

Additional issues

clang19

Check Details

Version: 0.2.4
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + library(testthat) + library(mlr3mbo) + test_check("mlr3mbo") + } Loading required namespace: mlr3learners Loading required namespace: DiceKriging Loading required namespace: rgenoud Loading required package: mlr3 Error in `FUN()`: ! In path: "/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/mlr3mbo.Rcheck/tests/testthat/helper.R" Caused by error in `REGR_KM_NOISY$encapsulate = c(train = "callr", predict = "callr")`: ! cannot change value of locked binding for 'encapsulate' Backtrace: ▆ 1. ├─testthat::test_check("mlr3mbo") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_helpers(".", env) 7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. └─base::.handleSimpleError(...) at tests/testthat/helper.R:99:3 15. └─testthat (local) h(simpleError(msg, call)) 16. └─rlang::abort(...) Execution halted Flavor: r-patched-linux-x86_64