Last updated on 2026-05-03 07:49:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.8 | 6.06 | 53.84 | 59.90 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.8 | 4.75 | 39.31 | 44.06 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.4.8 | 11.00 | 77.42 | 88.42 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.4.8 | 11.00 | 84.77 | 95.77 | OK | |
| r-devel-windows-x86_64 | 1.4.8 | 12.00 | 90.00 | 102.00 | OK | |
| r-patched-linux-x86_64 | 1.4.8 | 7.93 | 49.61 | 57.54 | OK | |
| r-release-linux-x86_64 | 1.4.8 | 7.10 | 46.55 | 53.65 | ERROR | |
| 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 | 11.00 | 114.00 | 125.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 | 101.00 | 114.00 | OK |
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) :
Could not connect to server [svn.r-project.org]:
Failed to connect to svn.r-project.org port 80 after 531 ms: Could not connect to server
Calls: VERB ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-release-linux-x86_64