Last updated on 2025-11-21 02:50:24 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 11.52 | 143.74 | 155.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 6.76 | 97.74 | 104.50 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 53.00 | 193.09 | 246.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 58.00 | 184.49 | 242.49 | ERROR | |
| r-devel-windows-x86_64 | 1.2.1 | 15.00 | 146.00 | 161.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 12.76 | 131.06 | 143.82 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 10.15 | 131.17 | 141.32 | OK | |
| r-release-macos-arm64 | 1.2.1 | OK | ||||
| r-release-macos-x86_64 | 1.2.1 | 9.00 | 110.00 | 119.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 14.00 | 146.00 | 160.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 10.00 | 114.00 | 124.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 18.00 | 176.00 | 194.00 | OK |
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in ‘httr2-Ex.R’ failed
The error most likely occurred in:
> ### Name: iterate_with_offset
> ### Title: Iteration helpers
> ### Aliases: iterate_with_offset iterate_with_cursor iterate_with_link_url
>
> ### ** Examples
>
> req <- request(example_url()) |>
+ req_url_path("/iris") |>
+ req_throttle(10) |>
+ req_url_query(limit = 50)
Error in self$start() : webfakes app subprocess did not start :(
Calls: req_url_query ... is_string -> example_url -> <Anonymous> -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc