Last updated on 2026-06-08 02:51:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.2 | 73.92 | 376.24 | 450.16 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.2 | 42.96 | 6.49 | 49.45 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.2 | 132.00 | 616.71 | 748.71 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 149.00 | 657.24 | 806.24 | OK | |
| r-devel-windows-x86_64 | 2.0.2 | 70.00 | 361.00 | 431.00 | OK | |
| r-patched-linux-x86_64 | 2.0.2 | 79.59 | 347.70 | 427.29 | OK | |
| r-release-linux-x86_64 | 2.0.2 | 77.35 | 351.96 | 429.31 | OK | |
| r-release-macos-arm64 | 2.0.2 | 17.00 | 85.00 | 102.00 | OK | |
| r-release-macos-x86_64 | 2.0.2 | 53.00 | 313.00 | 366.00 | OK | |
| r-release-windows-x86_64 | 2.0.2 | 70.00 | 338.00 | 408.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.0.2 | 16.00 | 87.00 | 103.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.2 | 50.00 | 387.00 | 437.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.2 | 102.00 | 420.00 | 522.00 | OK |
Version: 2.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
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-novelty_none_S4.R:
Error:
! testthat subprocess exited in file 'test-novelty_none_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-release-windows-x86_64