Last updated on 2025-12-07 04:50:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 7.80 | 55.18 | 62.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 5.61 | 36.36 | 41.97 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 36.00 | 63.27 | 99.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 38.00 | 55.49 | 93.49 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 10.00 | 80.00 | 90.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 8.10 | 48.52 | 56.62 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 6.78 | 48.40 | 55.18 | OK | |
| r-release-macos-arm64 | 1.1.0 | OK | ||||
| r-release-macos-x86_64 | 1.1.0 | 9.00 | 55.00 | 64.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 10.00 | 76.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 10.00 | 69.00 | 79.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 14.00 | 89.00 | 103.00 | OK |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘reqres-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Request
> ### Title: HTTP Request Handling
> ### Aliases: Request as.Request is.Request
>
> ### ** Examples
>
> fake_rook <- fiery::fake_request(
+ 'http://example.com/test?id=34632&question=who+is+hadley',
+ content = 'This is an elaborate ruse',
+ headers = list(
+ Accept = 'application/json; text/*',
+ Content_Type = 'text/plain'
+ )
+ )
Error in loadNamespace(x) : there is no package called ‘fiery’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc