Last updated on 2026-08-21 07:02:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.8 | 5.86 | 53.26 | 59.12 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.8 | 4.40 | 38.11 | 42.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.8 | 36.24 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.8 | 41.04 | ERROR | |||
| r-devel-windows-x86_64 | 1.4.8 | 10.00 | 90.00 | 100.00 | OK | |
| r-patched-linux-x86_64 | 1.4.8 | 7.53 | 49.88 | 57.41 | OK | |
| r-release-linux-x86_64 | 1.4.8 | 6.67 | 49.46 | 56.13 | 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 | 0.00 | 9.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 | 12.00 | 92.00 | 104.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) :
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-gcc
Version: 1.4.8
Check: examples
Result: ERROR
Running examples in ‘httr-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc