Last updated on 2026-07-21 10:52:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.2 | 74.86 | 388.95 | 463.81 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.2 | 44.77 | 230.40 | 275.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.2 | 138.00 | 639.56 | 777.56 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 45.00 | 231.65 | 276.65 | OK | |
| r-devel-windows-x86_64 | 2.0.2 | 68.00 | 298.00 | 366.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0.2 | 80.68 | 349.81 | 430.49 | OK | |
| r-release-linux-x86_64 | 2.0.2 | 65.03 | 353.52 | 418.55 | 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 | 69.00 | 356.00 | 425.00 | OK | |
| 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 | 95.00 | 413.00 | 508.00 | OK |
Version: 2.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [17s]
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-rank_aggregation_methods.R:
Error:
! testthat subprocess exited in file 'test-rank_aggregation_methods.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