CRAN Package Check Results for Package wikkitidy

Last updated on 2025-04-28 10:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.14 4.35 48.50 52.85 OK
r-devel-linux-x86_64-debian-gcc 0.1.14 3.58 35.39 38.97 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.14 83.24 OK
r-devel-linux-x86_64-fedora-gcc 0.1.14 76.74 OK
r-devel-windows-x86_64 0.1.14 8.00 79.00 87.00 OK
r-patched-linux-x86_64 0.1.14 6.01 46.80 52.81 OK
r-release-linux-x86_64 0.1.14 4.23 46.71 50.94 OK
r-release-macos-arm64 0.1.14 54.00 OK
r-release-macos-x86_64 0.1.14 66.00 OK
r-release-windows-x86_64 0.1.14 9.00 77.00 86.00 OK
r-oldrel-macos-arm64 0.1.14 48.00 OK
r-oldrel-macos-x86_64 0.1.14 72.00 OK
r-oldrel-windows-x86_64 0.1.14 9.00 84.00 93.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: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: query_generate_pages > ### Title: Generate pages that meet certain criteria, or which are related > ### to a set of known pages by certain properties > ### Aliases: query_generate_pages list_all_generators > > ### ** Examples > > # Search for articles about seagulls > seagulls <- wiki_action_request() %>% + query_generate_pages("search", gsrsearch = "seagull") %>% + gracefully(next_batch) Error in `purrr::list_transpose()`: ! `x` must be a list, not `NULL`. Backtrace: ▆ 1. ├─... %>% gracefully(next_batch) 2. ├─wikkitidy::gracefully(., next_batch) 3. │ ├─base::tryCatch(request_method(request_object), httr2_http = function(cnd) show_bad_response(cnd)) 4. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 7. │ ├─wikkitidy (local) request_method(request_object) 8. │ └─wikkitidy:::next_batch.query(request_object) 9. │ ├─wikkitidy:::perform_query(x, continue = NULL) 10. │ └─wikkitidy:::perform_query.generator(x, continue = NULL) 11. │ └─result$x %>% purrr::list_transpose() %>% ... 12. ├─tibble::tibble(!!!.) 13. │ └─rlang::quos(...) 14. ├─purrr::list_transpose(.) 15. │ └─vctrs::obj_check_list(x) 16. └─vctrs:::stop_non_list_type(x, y, z) 17. └─cli::cli_abort(...) 18. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc