Last updated on 2026-03-12 23:53:19 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.0 | 68.81 | 357.85 | 426.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.0 | 41.25 | 225.49 | 266.74 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.5.0 | 122.00 | 584.87 | 706.87 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.0 | 127.00 | 568.54 | 695.54 | OK | |
| r-devel-macos-arm64 | 1.5.0 | 15.00 | 68.00 | 83.00 | OK | |
| r-devel-windows-x86_64 | 1.5.0 | 65.00 | 326.00 | 391.00 | OK | |
| r-patched-linux-x86_64 | 1.5.0 | 69.00 | 310.55 | 379.55 | OK | |
| r-release-linux-x86_64 | 1.5.0 | 69.03 | 308.47 | 377.50 | OK | |
| r-release-macos-arm64 | 1.5.0 | OK | ||||
| r-release-macos-x86_64 | 1.5.0 | 41.00 | 300.00 | 341.00 | OK | |
| r-release-windows-x86_64 | 1.5.0 | 61.00 | 303.00 | 364.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.5.0 | 42.00 | 250.00 | 292.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.5.0 | 93.00 | 367.00 | 460.00 | ERROR |
Version: 1.5.0
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
R 4.0Mb
help 1.2Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.5.0
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
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-predict.R:
Error:
! testthat subprocess exited in file 'test-predict.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