Last updated on 2026-09-11 17:50:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.3 | 78.20 | 375.23 | 453.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.3 | 49.20 | 236.08 | 285.28 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.3 | 48.00 | 232.12 | 280.12 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.3 | 49.00 | 245.45 | 294.45 | OK | |
| r-devel-windows-x86_64 | 2.0.3 | 70.00 | 324.00 | 394.00 | OK | |
| r-patched-linux-x86_64 | 2.0.3 | 79.07 | 358.56 | 437.63 | OK | |
| r-release-linux-x86_64 | 2.0.3 | 71.20 | 353.51 | 424.71 | 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 | 68.00 | 347.00 | 415.00 | ERROR | |
| 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 | 101.00 | 412.00 | 513.00 | ERROR |
Version: 2.0.3
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-predict_method.R:
Error:
! testthat subprocess exited in file 'test-predict_method.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.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_ice_b.R:
Error:
! testthat subprocess exited in file 'test-plot_ice_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