CRAN Package Check Results for Package httr

Last updated on 2026-08-29 13:50:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.8 6.51 51.90 58.41 ERROR
r-devel-linux-x86_64-debian-gcc 1.4.8 4.45 39.45 43.90 OK
r-devel-linux-x86_64-fedora-clang 1.4.8 37.88 OK
r-devel-linux-x86_64-fedora-gcc 1.4.8 42.48 OK
r-devel-windows-x86_64 1.4.8 12.00 87.00 99.00 OK
r-patched-linux-x86_64 1.4.8 7.36 50.32 57.68 OK
r-release-linux-x86_64 1.4.8 7.12 49.66 56.78 OK
r-release-macos-arm64 1.4.8 2.00 39.00 41.00 OK
r-release-macos-x86_64 1.4.8 5.00 91.00 96.00 OK
r-release-windows-x86_64 1.4.8 9.00 87.00 96.00 OK
r-oldrel-macos-arm64 1.4.8 2.00 30.00 32.00 OK
r-oldrel-macos-x86_64 1.4.8 5.00 136.00 141.00 OK
r-oldrel-windows-x86_64 1.4.8 13.00 96.00 109.00 OK

Check Details

Version: 1.4.8
Check: examples
Result: ERROR Running examples in ‘httr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: VERB > ### Title: VERB a url. > ### Aliases: VERB > > ### ** Examples > > r <- VERB( + "PROPFIND", "http://svn.r-project.org/R/tags/", + add_headers(depth = 1), verbose() + ) Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached [svn.r-project.org]: Connection timed out after 10002 milliseconds Calls: VERB ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error Execution halted Flavor: r-devel-linux-x86_64-debian-clang