Last updated on 2026-01-23 12:50:09 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.14 | 4.81 | 52.86 | 57.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.14 | 3.12 | 38.08 | 41.20 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.14 | 9.00 | 80.91 | 89.91 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.14 | 8.00 | 81.06 | 89.06 | OK | |
| r-devel-windows-x86_64 | 0.1.14 | 8.00 | 78.00 | 86.00 | OK | |
| r-patched-linux-x86_64 | 0.1.14 | 5.39 | 47.67 | 53.06 | OK | |
| r-release-linux-x86_64 | 0.1.14 | 5.03 | 47.26 | 52.29 | OK | |
| r-release-macos-arm64 | 0.1.14 | OK | ||||
| r-release-macos-x86_64 | 0.1.14 | 3.00 | 63.00 | 66.00 | OK | |
| r-release-windows-x86_64 | 0.1.14 | 10.00 | 79.00 | 89.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.14 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.14 | 3.00 | 69.00 | 72.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.14 | 10.00 | 103.00 | 113.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: page_vector_functions
> ### Title: Get data about pages from their titles
> ### Aliases: page_vector_functions get_latest_revision get_page_html
> ### get_page_summary get_page_talk get_page_langlinks
>
> ### ** Examples
>
> # Get language links for a known page on English Wikipedia
> get_page_langlinks("Charles Harpur", failure_mode = "quiet")
# A tibble: 2 × 4
code name key title
<chr> <chr> <chr> <chr>
1 de Deutsch Charles_Harpur Charles Harpur
2 fr français Charles_Harpur Charles Harpur
>
> # The functions are vectorised over title and language
> # Find all articles about Joanna Baillie, and retrieve summary data for
> # the first two.
> baillie <- get_page_langlinks("Joanna Baillie") %>%
+ dplyr::slice(1:2) %>%
+ dplyr::mutate(get_page_summary(title = title, language = code, failure_mode = "quiet"))
Error in `dplyr::mutate()`:
ℹ In argument: `get_page_summary(title = title, language = code,
failure_mode = "quiet")`.
Caused by error in `purrr::pmap()`:
ℹ In index: 2.
Caused by error in `_fn`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [arz.wikipedia.org]:
Resolving timed out after 10001 milliseconds
Backtrace:
▆
1. ├─... %>% ...
2. ├─dplyr::mutate(...)
3. ├─dplyr:::mutate.data.frame(...)
4. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
5. │ ├─base::withCallingHandlers(...)
6. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
7. │ └─mask$eval_all_mutate(quo)
8. │ └─dplyr (local) eval()
9. ├─wikkitidy::get_page_summary(title = title, language = code, failure_mode = "quiet")
10. │ └─wikkitidy:::get_rest_resource(...)
11. │ └─purrr::pmap(params, get_one, .progress = T)
12. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress)
13. │ ├─purrr:::with_indexed_errors(...)
14. │ │ └─base::withCallingHandlers(...)
15. │ ├─purrr:::call_with_cleanup(...)
16. │ └─purrr (local) .f(...)
17. └─httr2 (local) `_fn`(`_out`)
18. └─httr2:::handle_resp(req, resp, error_call = error_call)
19. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc