CRAN Package Check Results for Package httr2

Last updated on 2024-05-03 05:53:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 9.29 122.10 131.39 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 6.65 87.37 94.02 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 165.12 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 166.34 OK
r-devel-windows-x86_64 1.0.1 21.00 149.00 170.00 OK
r-patched-linux-x86_64 1.0.1 10.65 115.87 126.52 OK
r-release-linux-x86_64 1.0.1 8.04 111.73 119.77 OK
r-release-macos-arm64 1.0.1 66.00 OK
r-release-macos-x86_64 1.0.1 184.00 OK
r-release-windows-x86_64 1.0.1 18.00 127.00 145.00 ERROR
r-oldrel-macos-arm64 1.0.1 73.00 OK
r-oldrel-macos-x86_64 1.0.1 154.00 OK
r-oldrel-windows-x86_64 1.0.1 24.00 166.00 190.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR Running examples in 'httr2-Ex.R' failed The error most likely occurred in: > ### 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() Error in `req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Recv failure: Connection was reset Backtrace: ▆ 1. └─httr2::req_perform(req) 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) Execution halted Flavor: r-release-windows-x86_64