CRAN Package Check Results for Package iml

Last updated on 2024-03-28 19:48:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.1 17.59 361.15 378.74 NOTE
r-devel-linux-x86_64-debian-gcc 0.11.1 14.13 286.49 300.62 NOTE
r-devel-linux-x86_64-fedora-clang 0.11.1 508.83 NOTE
r-devel-linux-x86_64-fedora-gcc 0.11.1 478.87 NOTE
r-devel-windows-x86_64 0.11.1 16.00 215.00 231.00 ERROR
r-patched-linux-x86_64 0.11.1 18.17 366.80 384.97 NOTE
r-release-linux-x86_64 0.11.1 12.74 364.32 377.06 OK
r-release-macos-arm64 0.11.1 163.00 OK
r-release-macos-x86_64 0.11.1 226.00 OK
r-release-windows-x86_64 0.11.1 22.00 290.00 312.00 OK
r-oldrel-macos-arm64 0.11.1 148.00 OK
r-oldrel-windows-x86_64 0.11.1 22.00 295.00 317.00 OK

Check Details

Version: 0.11.1
Check: Rd files
Result: NOTE checkRd: (-1) plot.FeatureEffects.Rd:32: Lost braces; missing escapes or markup? 32 | In contrast to other plot methods in {iml}, for FeatureEffects the returned | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 0.11.1
Check: tests
Result: ERROR Running 'testthat.R' [7s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(checkmate) > library(iml) > > test_check("iml") Starting 2 test processes Error in `private$handle_error()`: ! testthat subprocess failed to start, stderr: Loading required package: grDevices Loading required package: graphics Loading required package: stats Loading required package: utils Caused by error: ! R session crashed with exit code -1073741784 Backtrace: ▆ 1. └─testthat::test_check("iml") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─rlang::abort(...) Execution halted Flavor: r-devel-windows-x86_64