CRAN Package Check Results for Package wikkitidy

Last updated on 2024-05-08 20:57:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.12 5.24 57.60 62.84 OK
r-devel-linux-x86_64-debian-gcc 0.1.12 3.65 39.15 42.80 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.12 76.18 OK
r-devel-linux-x86_64-fedora-gcc 0.1.12 91.66 OK
r-devel-windows-x86_64 0.1.12 8.00 76.00 84.00 OK
r-patched-linux-x86_64 0.1.12 6.33 54.25 60.58 OK
r-release-linux-x86_64 0.1.12 5.24 54.37 59.61 OK
r-release-macos-arm64 0.1.12 48.00 OK
r-release-macos-x86_64 0.1.12 80.00 OK
r-release-windows-x86_64 0.1.12 8.00 75.00 83.00 OK
r-oldrel-macos-arm64 0.1.12 50.00 OK
r-oldrel-macos-x86_64 0.1.12 75.00 OK
r-oldrel-windows-x86_64 0.1.12 8.00 82.00 90.00 OK

Check Details

Version: 0.1.12
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: 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] Failed to connect to en.wikipedia.org port 443 after 10001 ms: Timeout was reached 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. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. └─value[[3L]](cond) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc