CRAN Package Check Results for Package httr2

Last updated on 2026-08-18 08:51:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 14.35 157.54 171.89 OK
r-devel-linux-x86_64-debian-gcc 1.3.0 9.54 109.25 118.79 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.0 10.00 102.53 112.53 OK
r-devel-linux-x86_64-fedora-gcc 1.3.0 9.00 103.62 112.62 OK
r-devel-windows-x86_64 1.3.0 17.00 182.00 199.00 OK
r-patched-linux-x86_64 1.3.0 15.65 150.81 166.46 OK
r-release-linux-x86_64 1.3.0 11.50 152.72 164.22 OK
r-release-macos-arm64 1.3.0 3.00 43.00 46.00 OK
r-release-macos-x86_64 1.3.0 10.00 173.00 183.00 OK
r-release-windows-x86_64 1.3.0 16.00 0.00 16.00 OK
r-oldrel-macos-arm64 1.3.0 3.00 49.00 52.00 OK
r-oldrel-macos-x86_64 1.3.0 10.00 159.00 169.00 OK
r-oldrel-windows-x86_64 1.3.0 23.00 189.00 212.00 OK

Check Details

Version: 1.3.0
Check: examples
Result: ERROR Running examples in ‘httr2-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: req_cache > ### Title: Automatically cache requests > ### Aliases: req_cache > > ### ** Examples > > # GitHub uses HTTP caching for all raw files. > url <- paste0( + "https://raw.githubusercontent.com/allisonhorst/palmerpenguins/", + "master/inst/extdata/penguins.csv" + ) > # Here I set debug = TRUE so you can see what's happening > req <- request(url) |> req_cache(tempdir(), debug = TRUE) > > # First request downloads the data > resp <- req |> req_perform() Pruning cache Error in `req_perform()`: ! HTTP 429 Too Many Requests. Backtrace: ▆ 1. └─httr2::req_perform(req) 2. └─httr2:::handle_resp(req, resp, error_call = error_call) 3. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 4. ├─rlang::catch_cnd(...) 5. │ ├─rlang::eval_bare(...) 6. │ ├─base::tryCatch(...) 7. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. │ └─base::force(expr) 11. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc