Last updated on 2026-03-21 11:49:46 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.9.0 | 5.56 | 149.45 | 155.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.9.0 | 4.19 | 101.38 | 105.57 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.9.0 | 11.00 | 233.84 | 244.84 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.9.0 | 11.00 | 239.96 | 250.96 | OK | |
| r-devel-macos-arm64 | 2.9.0 | 2.00 | 46.00 | 48.00 | OK | |
| r-devel-windows-x86_64 | 2.9.0 | 11.00 | 142.00 | 153.00 | ERROR | |
| r-patched-linux-x86_64 | 2.9.0 | 8.63 | 134.02 | 142.65 | OK | |
| r-release-linux-x86_64 | 2.9.0 | 5.49 | 137.08 | 142.57 | OK | |
| r-release-macos-arm64 | 2.9.0 | 2.00 | 30.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 2.9.0 | 6.00 | 299.00 | 305.00 | OK | |
| r-release-windows-x86_64 | 2.9.0 | 10.00 | 138.00 | 148.00 | OK | |
| r-oldrel-macos-arm64 | 2.9.0 | 2.00 | 35.00 | 37.00 | OK | |
| r-oldrel-macos-x86_64 | 2.9.0 | 6.00 | 311.00 | 317.00 | OK | |
| r-oldrel-windows-x86_64 | 2.9.0 | 12.00 | 173.00 | 185.00 | OK |
Version: 2.9.0
Check: tests
Result: ERROR
Running 'testthat.R' [29s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(loo)
This is loo version 2.9.0
- Online documentation and vignettes at mc-stan.org/loo
- As of v2.0.0 loo defaults to 1 core but we recommend using as many as possible. Use the 'cores' argument or set options(mc.cores = NUM_CORES) for an entire session.
- Windows 10 users: loo may be very slow if 'mc.cores' is set in your .Rprofile file (see https://github.com/stan-dev/loo/issues/94).
> library(testthat)
Attaching package: 'testthat'
The following object is masked from 'package:loo':
compare
> Sys.setenv("R_TESTS" = "")
> test_check("loo")
Starting 2 test processes.
> test_model_weighting.R:
Error:
! testthat subprocess exited in file 'test_model_weighting.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("loo")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64