CRAN Package Check Results for Package wbwdi

Last updated on 2025-06-04 05:48:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 4.81 49.74 54.55 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 3.16 36.79 39.95 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 87.74 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 91.25 OK
r-devel-windows-x86_64 1.0.1 6.00 73.00 79.00 OK
r-patched-linux-x86_64 1.0.1 4.59 46.17 50.76 OK
r-release-linux-x86_64 1.0.1 3.73 45.73 49.46 OK
r-release-macos-arm64 1.0.1 37.00 OK
r-release-macos-x86_64 1.0.1 73.00 OK
r-release-windows-x86_64 1.0.1 7.00 70.00 77.00 ERROR
r-oldrel-macos-arm64 1.0.1 41.00 OK
r-oldrel-macos-x86_64 1.0.1 69.00 OK
r-oldrel-windows-x86_64 1.0.1 9.00 88.00 97.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR Running examples in 'wbwdi-Ex.R' failed The error most likely occurred in: > ### Name: wdi_get_entities > ### Title: Download all countries and regions from the World Bank API > ### Aliases: wdi_get_entities > > ### ** Examples > > ## Don't show: > if (curl::has_internet()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + # Download all entities in English + wdi_get_entities() + + # Download all entities in Spanish + wdi_get_entities(language = "zh") + ## Don't show: + }) # examplesIf > wdi_get_entities() Error in `req_perform()`: ! HTTP 502 Bad Gateway. Backtrace: ▆ 1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...) 2. │ └─base::source(...) 3. │ ├─base::withVisible(eval(ei, envir)) 4. │ └─base::eval(ei, envir) 5. │ └─base::eval(ei, envir) 6. └─wbwdi::wdi_get_entities() 7. └─wbwdi:::perform_request("countries/all", language, per_page) 8. └─httr2::req_perform(req) 9. └─httr2:::handle_resp(req, resp, error_call = error_call) 10. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 11. ├─rlang::catch_cnd(...) 12. │ ├─rlang::eval_bare(...) 13. │ ├─base::tryCatch(...) 14. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 15. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 16. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 17. │ └─base::force(expr) 18. └─rlang::abort(...) Execution halted Flavor: r-release-windows-x86_64