Last updated on 2026-09-04 20:50:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.14 | 4.99 | 53.35 | 58.34 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.14 | 3.35 | 39.78 | 43.13 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.14 | 38.64 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.14 | 36.88 | OK | |||
| r-devel-windows-x86_64 | 0.1.14 | 9.00 | 93.00 | 102.00 | OK | |
| r-patched-linux-x86_64 | 0.1.14 | 5.66 | 50.79 | 56.45 | OK | |
| r-release-linux-x86_64 | 0.1.14 | 4.27 | 49.71 | 53.98 | 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 | 7.00 | 84.00 | 91.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 | 10.00 | 98.00 | 108.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: xtools_page
> ### Title: Access page-level statistics from the XTools Page API endpoint
> ### Aliases: xtools_page get_xtools_page_info get_xtools_page_prose
> ### get_xtools_page_links get_xtools_page_top_editors
> ### get_xtools_page_assessment
>
> ### ** Examples
>
> # Get basic statistics about Erich Auerbach on German Wikipedia
> auerbach <- get_xtools_page_info("Erich Auerbach", language = "de", failure_mode = "quiet")
Error in `purrr::pmap()`:
ℹ In index: 1.
Caused by error in `_fn`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [xtools.wmflabs.org]:
Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─wikkitidy::get_xtools_page_info(...)
2. │ └─wikkitidy:::get_rest_resource(...)
3. │ └─purrr::pmap(params, get_one, .progress = T)
4. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress)
5. │ ├─purrr:::with_indexed_errors(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ ├─purrr:::call_with_cleanup(...)
8. │ └─purrr (local) .f(...)
9. └─httr2 (local) `_fn`(`_out`)
10. └─httr2:::handle_resp(req, resp, error_call = error_call)
11. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang