* using log directory 'd:/Rcompile/CRANpkg/local/4.6/wikkitidy.Rcheck' * using R Under development (unstable) (2026-03-09 r89583 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-03-10 13:32:58 UTC * checking for file 'wikkitidy/DESCRIPTION' ... OK * this is package 'wikkitidy' version '0.1.14' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'wikkitidy' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [5s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking R/sysdata.rda ... OK * checking examples ... [11s] 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 * checking for unstated dependencies in 'tests' ... OK * checking tests ... [36s] 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. 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 ── 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 ── 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 ── 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 * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [8s] OK * DONE Status: 2 ERRORs