CRAN Package Check Results for Package wikkitidy

Last updated on 2026-03-12 03:55:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.14 4.81 52.69 57.50 OK
r-devel-linux-x86_64-debian-gcc 0.1.14 3.21 37.79 41.00 OK
r-devel-linux-x86_64-fedora-clang 0.1.14 8.00 76.83 84.83 OK
r-devel-linux-x86_64-fedora-gcc 0.1.14 7.00 73.32 80.32 OK
r-devel-macos-arm64 0.1.14 1.00 37.00 38.00 OK
r-devel-windows-x86_64 0.1.14 7.00 107.00 114.00 ERROR
r-patched-linux-x86_64 0.1.14 5.08 47.10 52.18 OK
r-release-linux-x86_64 0.1.14 4.52 46.94 51.46 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 9.00 89.00 98.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 11.00 97.00 108.00 OK

Check Details

Version: 0.1.14
Check: examples
Result: ERROR Running examples in 'wikkitidy-Ex.R' failed The error most likely occurred in: > ### Name: get_diff > ### Title: Search for insertions, deletions or relocations of text between > ### two versions of a Wikipedia page > ### Aliases: get_diff > > ### ** Examples > > # Compare revision 847170467 to 851733941 on English Wikipedia > get_diff(847170467, 851733941) 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 [en.wikipedia.org]: Connection timed out after 10012 milliseconds Backtrace: ▆ 1. ├─wikkitidy::get_diff(847170467, 851733941) 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-windows-x86_64

Version: 0.1.14
Check: tests
Result: ERROR Running 'testthat.R' [36s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(wikkitidy) > > test_check("wikkitidy") Saving _problems/test-generator-query-type-17.R Saving _problems/test-list-query-type-7.R Saving _problems/test-prop-query-type-7.R > The query you tried was unsuccessful. See the response below. <httr2_response> GET http://127.0.0.1:51444/status/404 Status: 404 Not Found Content-Type: text/plain Body: None [ FAIL 3 | WARN 0 | SKIP 27 | PASS 86 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (27): 'test-get-diff.R:2:3', 'test-get-diff.R:10:3', 'test-get-diff.R:21:3', 'test-get-history-count.R:8:3', 'test-get-page-data.R:2:3', 'test-get-page-data.R:25:3', 'test-get-query-results.R:2:3', 'test-get-query-results.R:11:3', 'test-get-query-results.R:21:3', 'test-get-rest-resource.R:2:3', 'test-get-rest-resource.R:9:3', 'test-get-rest-resource.R:17:3', 'test-get-rest-resource.R:24:3', 'test-get-rest-resource.R:30:3', 'test-prop-query-type.R:60:3', 'test-query-category-members.R:2:3', 'test-query-category-members.R:15:3', 'test-rest-request.R:2:3', 'test-rest-request.R:9:3', 'test-rest-request.R:16:3', 'test-rest-request.R:26:3', 'test-rest-request.R:36:3', 'test-utils.R:8:3', 'test-wiki-action-request.R:15:3', 'test-wiki-action-request.R:22:3', 'test-xtools-page-api.R:2:3', 'test-xtools-page-api.R:18:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-generator-query-type.R:15:3'): `query_generate_pages` returns data for a known request ── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [en.wikipedia.org]: Connection timed out after 10006 milliseconds Backtrace: ▆ 1. ├─... %>% next_batch() at test-generator-query-type.R:15:3 2. ├─wikkitidy::next_batch(.) 3. ├─wikkitidy:::next_batch.query(.) 4. │ ├─wikkitidy:::perform_query(x, continue = NULL) 5. │ └─wikkitidy:::perform_query.generator(x, continue = NULL) 6. │ └─wikkitidy:::get_result(request, continue, c("query", "pages")) 7. │ └─request %>% httr2::req_url_query(!!!continue) %>% httr2::req_perform() 8. └─httr2::req_perform(.) 9. └─httr2:::handle_resp(req, resp, error_call = error_call) 10. └─rlang::cnd_signal(resp) ── Error ('test-list-query-type.R:2:3'): `query_list_pages` returns data for a known request ── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [en.wikipedia.org]: Connection timed out after 10014 milliseconds Backtrace: ▆ 1. ├─... %>% next_batch() at test-list-query-type.R:2:3 2. ├─wikkitidy::next_batch(.) 3. ├─wikkitidy:::next_batch.query(.) 4. │ ├─wikkitidy:::perform_query(x, continue = NULL) 5. │ └─wikkitidy:::perform_query.list(x, continue = NULL) 6. │ └─wikkitidy:::get_result(request, continue, c("query")) 7. │ └─request %>% httr2::req_url_query(!!!continue) %>% httr2::req_perform() 8. └─httr2::req_perform(.) 9. └─httr2:::handle_resp(req, resp, error_call = error_call) 10. └─rlang::cnd_signal(resp) ── Error ('test-prop-query-type.R:2:3'): `query_by_title` returns data for a known request ── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [en.wikipedia.org]: Connection timed out after 10011 milliseconds Backtrace: ▆ 1. ├─... %>% next_batch() at test-prop-query-type.R:2:3 2. ├─wikkitidy::next_batch(.) 3. ├─wikkitidy:::next_batch.query(.) 4. │ ├─wikkitidy:::perform_query(x, continue = NULL) 5. │ └─wikkitidy:::perform_query.prop(x, continue = NULL) 6. │ └─wikkitidy:::get_result(request, continue, c("query", "pages")) 7. │ └─request %>% httr2::req_url_query(!!!continue) %>% httr2::req_perform() 8. └─httr2::req_perform(.) 9. └─httr2:::handle_resp(req, resp, error_call = error_call) 10. └─rlang::cnd_signal(resp) [ FAIL 3 | WARN 0 | SKIP 27 | PASS 86 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64