Last updated on 2026-09-04 20:50:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.9 | 7.08 | 52.56 | 59.64 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.9 | 4.93 | 40.40 | 45.33 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.4.9 | 37.84 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.9 | 44.44 | OK | |||
| r-devel-windows-x86_64 | 1.4.8 | 10.00 | 91.00 | 101.00 | OK | |
| r-patched-linux-x86_64 | 1.4.9 | 7.71 | 49.69 | 57.40 | OK | |
| r-release-linux-x86_64 | 1.4.8 | 4.99 | 48.84 | 53.83 | ERROR | |
| r-release-macos-arm64 | 1.4.9 | 2.00 | 29.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 1.4.9 | 5.00 | 79.00 | 84.00 | OK | |
| r-release-windows-x86_64 | 1.4.9 | 17.00 | 98.00 | 115.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.9 | 2.00 | 32.00 | 34.00 | OK | |
| r-oldrel-macos-x86_64 | 1.4.9 | 5.00 | 78.00 | 83.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.9 | 15.00 | 95.00 | 110.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: with_config
> ### Title: Execute code with configuration set.
> ### Aliases: with_config with_verbose
>
> ### ** Examples
>
> with_config(verbose(), {
+ GET("http://had.co.nz")
+ GET("http://google.com")
+ })
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [had.co.nz]:
Resolving timed out after 10001 milliseconds
Calls: with_config ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-release-linux-x86_64