CRAN Package Check Results for Package httr2

Last updated on 2026-06-01 12:53:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 OK
r-devel-linux-x86_64-debian-gcc 1.2.2 6.80 99.62 106.42 OK
r-devel-linux-x86_64-fedora-clang 1.2.2 20.00 244.52 264.52 OK
r-devel-linux-x86_64-fedora-gcc 1.2.2 20.00 249.54 269.54 OK
r-devel-windows-x86_64 1.2.2 14.00 159.00 173.00 ERROR
r-patched-linux-x86_64 1.2.2 12.52 137.25 149.77 OK
r-release-linux-x86_64 1.2.2 10.08 137.04 147.12 OK
r-release-macos-arm64 1.2.2 2.00 41.00 43.00 OK
r-release-macos-x86_64 1.2.2 8.00 140.00 148.00 OK
r-release-windows-x86_64 1.2.2 13.00 159.00 172.00 OK
r-oldrel-macos-arm64 1.2.2 3.00 38.00 41.00 OK
r-oldrel-macos-x86_64 1.2.2 8.00 169.00 177.00 OK
r-oldrel-windows-x86_64 1.2.2 18.00 189.00 207.00 OK

Check Details

Version: 1.2.2
Check: tests
Result: ERROR Running 'testthat.R' [36s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(httr2) > > test_check("httr2") Starting 2 test processes. > test-req-perform-iterative.R: \ iterating 60 done (30/s) | 2s > test-req-perform-parallel.R: [working] (95 + 0) -> 2 -> 33 | ========>---------------------- 25% > test-req-perform-iterative.R: \ iterating 120 done (30/s) | 4s > test-req-perform-parallel.R: [working] (53 + 0) -> 9 -> 68 | ================>-------------- 52% > test-req-perform-parallel.R: [working] (0 + 0) -> 0 -> 130 | ==============================> 100% > test-req.R: <httr2_request> > test-req.R: GET https://example.com > test-req.R: Headers: > test-req.R: * Authorization: <REDACTED> > test-req.R: Body: empty > test-utils.R: > test-utils.R: > test-utils.R: > test-utils.R: Error: ! testthat subprocess exited in file 'test-utils.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("httr2") 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