CRAN Package Check Results for Package breathtestcore

Last updated on 2026-06-29 13:49:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.10 13.86 202.07 215.93 OK
r-devel-linux-x86_64-debian-gcc 0.8.10 8.57 140.28 148.85 OK
r-devel-linux-x86_64-fedora-clang 0.8.10 23.00 308.44 331.44 OK
r-devel-linux-x86_64-fedora-gcc 0.8.10 21.00 366.58 387.58 OK
r-devel-windows-x86_64 0.8.10 14.00 180.00 194.00 ERROR
r-patched-linux-x86_64 0.8.10 11.25 188.15 199.40 OK
r-release-linux-x86_64 0.8.10 OK
r-release-macos-arm64 0.8.10 3.00 47.00 50.00 OK
r-release-macos-x86_64 0.8.10 9.00 206.00 215.00 OK
r-release-windows-x86_64 0.8.10 16.00 178.00 194.00 OK
r-oldrel-macos-arm64 0.8.10 OK
r-oldrel-macos-x86_64 0.8.10 10.00 304.00 314.00 OK
r-oldrel-windows-x86_64 0.8.10 19.00 235.00 254.00 OK

Check Details

Version: 0.8.10
Check: tests
Result: ERROR Running 'test-all.R' [18s] Running the tests in 'tests/test-all.R' failed. Complete output: > library(testthat) > > #options(Ncpus = parallelly::availableCores(omit = 1)) > #options(Ncpus = 1) > options(lifecycle_verbosity = "warning") > test_check("breathtestcore") Loading required package: breathtestcore Starting 2 test processes. > test_read_breathid.R: Error: ! testthat subprocess exited in file 'test_read_breathid.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("breathtestcore") 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