Last updated on 2026-08-30 13:50:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.3 | 66.20 | 371.56 | 437.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.3 | 47.79 | 242.58 | 290.37 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.3 | 49.00 | 228.38 | 277.38 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.3 | 55.00 | 275.67 | 330.67 | OK | |
| r-devel-windows-x86_64 | 2.0.3 | 74.00 | 324.00 | 398.00 | OK | |
| r-patched-linux-x86_64 | 2.0.3 | 77.09 | 359.49 | 436.58 | OK | |
| r-release-linux-x86_64 | 2.0.3 | 68.45 | 351.40 | 419.85 | OK | |
| r-release-macos-arm64 | 2.0.3 | 16.00 | 84.00 | 100.00 | OK | |
| r-release-macos-x86_64 | 2.0.3 | 49.00 | 365.00 | 414.00 | OK | |
| r-release-windows-x86_64 | 2.0.3 | 69.00 | 354.00 | 423.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.3 | 53.00 | 515.00 | 568.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.3 | 98.00 | 404.00 | 502.00 | ERROR |
Version: 2.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [23s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(familiar)
>
> # Prevent thread overuse (through data.table?) when running tests on CRAN.
> Sys.setenv("OMP_THREAD_LIMIT" = 2L)
>
> suppressWarnings(
+ testthat::test_check("familiar"),
+ classes = c("deprecation_warning")
+ )
Starting 2 test processes.
> test-plot_sample_clustering_b.R:
Error:
! testthat subprocess exited in file 'test-plot_sample_clustering_b.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