CRAN Package Check Results for Package tidywikidatar

Last updated on 2026-04-29 00:53:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.1 8.17 108.53 116.70 OK
r-devel-linux-x86_64-debian-gcc 0.6.1 4.76 66.57 71.33 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.1 13.00 186.76 199.76 OK
r-devel-linux-x86_64-fedora-gcc 0.6.1 12.00 149.70 161.70 OK
r-devel-windows-x86_64 0.6.1 11.00 151.00 162.00 OK
r-patched-linux-x86_64 0.6.1 7.26 96.39 103.65 OK
r-release-linux-x86_64 0.6.1 5.84 94.80 100.64 OK
r-release-macos-arm64 0.6.1 2.00 36.00 38.00 OK
r-release-macos-x86_64 0.6.1 5.00 102.00 107.00 OK
r-release-windows-x86_64 0.6.1 15.00 162.00 177.00 OK
r-oldrel-macos-arm64 0.6.1 2.00 34.00 36.00 OK
r-oldrel-macos-x86_64 0.6.1 6.00 224.00 230.00 OK
r-oldrel-windows-x86_64 0.6.1 17.00 170.00 187.00 OK

Check Details

Version: 0.6.1
Check: examples
Result: ERROR Running examples in ‘tidywikidatar-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tw_get_cached_search > ### Title: Retrieve cached search > ### Aliases: tw_get_cached_search > > ### ** Examples > > > > tw_set_cache_folder(path = tempdir()) > tw_enable_cache() > tw_create_cache_folder(ask = FALSE) > > search_from_api <- tw_search("Sylvia Pankhurst") Warning: call dbDisconnect() when finished working with a connection Error in `httr2::resp_body_json()`: ! Unexpected content type "text/plain". • Expecting type "application/json" or suffix "json". Backtrace: ▆ 1. ├─tidywikidatar::tw_search("Sylvia Pankhurst") 2. │ ├─dplyr::left_join(...) 3. │ ├─dplyr:::left_join.data.frame(...) 4. │ │ └─dplyr::auto_copy(x, y, copy = copy) 5. │ │ ├─dplyr::same_src(x, y) 6. │ │ └─dplyr:::same_src.data.frame(x, y) 7. │ │ └─base::is.data.frame(y) 8. │ └─tidywikidatar:::tw_search_single(...) 9. │ └─httr2::req_perform(api_request) %>% httr2::resp_body_json() 10. └─httr2::resp_body_json(.) 11. └─httr2::resp_check_content_type(...) 12. └─httr2:::check_content_type(...) 13. └─cli::cli_abort(...) 14. └─rlang::abort(...) Execution halted <pool> Checked-out object deleted before being returned. <pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().` <pool> Checked-out object deleted before being returned. <pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().` Flavor: r-devel-linux-x86_64-debian-gcc