Last updated on 2026-06-25 05:51:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.14 | 5.19 | 53.92 | 59.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.14 | 3.18 | 39.02 | 42.20 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.14 | 8.00 | 77.16 | 85.16 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.14 | 83.81 | OK | |||
| r-devel-windows-x86_64 | 0.1.14 | 9.00 | 82.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 0.1.14 | 4.96 | 49.21 | 54.17 | OK | |
| r-release-linux-x86_64 | 0.1.14 | 4.11 | 49.63 | 53.74 | OK | |
| r-release-macos-arm64 | 0.1.14 | 1.00 | 36.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 0.1.14 | 3.00 | 78.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 0.1.14 | 8.00 | 84.00 | 92.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.14 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.14 | 3.00 | 63.00 | 66.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.14 | 11.00 | 91.00 | 102.00 | OK |
Version: 0.1.14
Check: examples
Result: ERROR
Running examples in ‘wikkitidy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: wikipedia_rest_apis
> ### Title: Build a REST request to one of Wikipedia's specific REST APIs
> ### Aliases: wikipedia_rest_apis core_rest_request wikimedia_rest_request
>
> ### ** Examples
>
> # Get the html of the 'Earth' article on English Wikipedia
> response <- core_rest_request("page", "Earth", "html") %>%
+ httr2::req_perform()
Error in `httr2::req_perform()`:
! HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─core_rest_request("page", "Earth", "html") %>% httr2::req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
5. ├─rlang::catch_cnd(...)
6. │ ├─rlang::eval_bare(...)
7. │ ├─base::tryCatch(...)
8. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ └─base::force(expr)
12. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc