Last updated on 2026-05-28 02:50:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.1 | 75.88 | 378.73 | 454.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.1 | 46.58 | 234.07 | 280.65 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.1 | 81.00 | 352.33 | 433.33 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 87.00 | 389.89 | 476.89 | OK | |
| r-devel-windows-x86_64 | 2.0.1 | 63.00 | 361.00 | 424.00 | OK | |
| r-patched-linux-x86_64 | 2.0.1 | 76.88 | 344.33 | 421.21 | OK | |
| r-release-linux-x86_64 | 2.0.1 | 69.90 | 344.97 | 414.87 | OK | |
| r-release-macos-arm64 | 2.0.1 | 17.00 | 89.00 | 106.00 | OK | |
| r-release-macos-x86_64 | 2.0.1 | 51.00 | 374.00 | 425.00 | OK | |
| r-release-windows-x86_64 | 2.0.1 | 67.00 | 363.00 | 430.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.0.1 | 16.00 | 85.00 | 101.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.1 | 49.00 | 360.00 | 409.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.1 | 98.00 | 405.00 | 503.00 | ERROR |
Version: 2.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(familiar)
>
> on_cran <- function() {
+ !interactive() && identical(Sys.getenv("NOT_CRAN"), "")
+ }
>
> # Prevent thread overuse (through data.table?) when running tests on CRAN.
> if (on_cran()) {
+ Sys.setenv("OMP_THREAD_LIMIT" = 2L)
+ }
>
> suppressWarnings(
+ testthat::test_check("familiar"),
+ classes = c("deprecation_warning")
+ )
Starting 2 test processes.
> test-plot_decision_curve.R:
Error:
! testthat subprocess exited in file 'test-plot_decision_curve.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-release-windows-x86_64
Version: 2.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(familiar)
>
> on_cran <- function() {
+ !interactive() && identical(Sys.getenv("NOT_CRAN"), "")
+ }
>
> # Prevent thread overuse (through data.table?) when running tests on CRAN.
> if (on_cran()) {
+ Sys.setenv("OMP_THREAD_LIMIT" = 2L)
+ }
>
> suppressWarnings(
+ testthat::test_check("familiar"),
+ classes = c("deprecation_warning")
+ )
Starting 2 test processes.
> test-plot_shap_summary.R:
Error:
! testthat subprocess exited in file 'test-plot_shap_summary.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-oldrel-windows-x86_64