CRAN Package Check Results for Package httr

Last updated on 2025-05-10 19:50:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.7 6.60 49.07 55.67 NOTE
r-devel-linux-x86_64-debian-gcc 1.4.7 3.81 35.02 38.83 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.7 89.47 OK
r-devel-linux-x86_64-fedora-gcc 1.4.7 97.90 OK
r-devel-windows-x86_64 1.4.7 9.00 80.00 89.00 OK
r-patched-linux-x86_64 1.4.7 8.58 45.66 54.24 NOTE
r-release-linux-x86_64 1.4.7 6.11 45.44 51.55 NOTE
r-release-macos-arm64 1.4.7 55.00 OK
r-release-macos-x86_64 1.4.7 97.00 OK
r-release-windows-x86_64 1.4.7 10.00 88.00 98.00 OK
r-oldrel-macos-arm64 1.4.7 53.00 OK
r-oldrel-macos-x86_64 1.4.7 93.00 OK
r-oldrel-windows-x86_64 1.4.7 12.00 92.00 104.00 OK

Check Details

Version: 1.4.7
Check: for unstated dependencies in ‘demo’
Result: NOTE '::' or ':::' import not declared from: ‘rstudioapi’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.4.7
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) : Could not connect to server [svn.r-project.org]: Failed to connect to svn.r-project.org port 80 after 1803 ms: Could not connect to server Calls: VERB ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error Execution halted Flavor: r-devel-linux-x86_64-debian-gcc