CRAN Package Check Results for Package familiar

Last updated on 2026-05-14 06:50:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 70.52 387.49 458.01 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 47.37 237.57 284.94 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 129.00 581.17 710.17 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 124.00 589.84 713.84 OK
r-devel-windows-x86_64 2.0.0 69.00 324.00 393.00 ERROR
r-patched-linux-x86_64 2.0.0 77.56 355.01 432.57 OK
r-release-linux-x86_64 2.0.0 66.11 346.96 413.07 OK
r-release-macos-arm64 2.0.0 16.00 81.00 97.00 OK
r-release-macos-x86_64 2.0.0 49.00 366.00 415.00 OK
r-release-windows-x86_64 2.0.0 66.00 349.00 415.00 OK
r-oldrel-macos-arm64 2.0.0 17.00 83.00 100.00 OK
r-oldrel-macos-x86_64 2.0.0 56.00 541.00 597.00 OK
r-oldrel-windows-x86_64 2.0.0 98.00 423.00 521.00 OK

Check Details

Version: 2.0.0
Check: tests
Result: ERROR Running 'testthat.R' [18s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(familiar) > > suppressWarnings( + testthat::test_check("familiar"), + classes = c("deprecation_warning") + ) Starting 2 test processes. > test-vimp_ranger_S4.R: Error: ! testthat subprocess exited in file 'test-vimp_ranger_S4.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. ├─base::suppressWarnings(testthat::test_check("familiar"), classes = c("deprecation_warning")) 2. │ └─base::withCallingHandlers(...) 3. └─testthat::test_check("familiar") 4. └─testthat::test_dir(...) 5. └─testthat:::test_files(...) 6. └─testthat:::test_files_parallel(...) 7. ├─withr::with_dir(...) 8. │ └─base::force(code) 9. ├─testthat::with_reporter(...) 10. │ └─base::tryCatch(...) 11. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 14. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 15. └─queue$poll(Inf) 16. └─base::lapply(...) 17. └─testthat (local) FUN(X[[i]], ...) 18. └─private$handle_error(msg, i) 19. └─cli::cli_abort(...) 20. └─rlang::abort(...) Execution halted Flavor: r-devel-windows-x86_64