CRAN Package Check Results for Package worldbank

Last updated on 2025-09-24 01:50:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.1 3.44 36.70 40.14 ERROR
r-devel-linux-x86_64-debian-gcc 0.6.1 2.36 27.62 29.98 OK
r-devel-linux-x86_64-fedora-clang 0.6.1 57.20 OK
r-devel-linux-x86_64-fedora-gcc 0.6.1 54.45 OK
r-devel-windows-x86_64 0.6.1 6.00 58.00 64.00 OK
r-patched-linux-x86_64 0.6.1 3.41 33.68 37.09 OK
r-release-linux-x86_64 0.6.1 2.79 33.42 36.21 OK
r-release-macos-arm64 0.6.1 28.00 OK
r-release-macos-x86_64 0.6.1 41.00 OK
r-release-windows-x86_64 0.6.1 5.00 1193.00 1198.00 OK
r-oldrel-macos-arm64 0.6.1 34.00 OK
r-oldrel-macos-x86_64 0.6.1 47.00 OK
r-oldrel-windows-x86_64 0.6.1 6.00 67.00 73.00 OK

Check Details

Version: 0.6.1
Check: examples
Result: ERROR Running examples in ‘worldbank-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: wb_country_indicator > ### Title: World Bank country indicator data > ### Aliases: wb_country_indicator wb_data > > ### ** Examples > > ind <- wb_country_indicator("NY.GDP.MKTP.CD", "US") > head(ind) date indicator_id indicator_name country_id country_name country_code 1 2024 NY.GDP.MKTP.CD GDP (current US$) US United States USA 2 2023 NY.GDP.MKTP.CD GDP (current US$) US United States USA 3 2022 NY.GDP.MKTP.CD GDP (current US$) US United States USA 4 2021 NY.GDP.MKTP.CD GDP (current US$) US United States USA 5 2020 NY.GDP.MKTP.CD GDP (current US$) US United States USA 6 2019 NY.GDP.MKTP.CD GDP (current US$) US United States USA value unit obs_status decimal 1 2.918489e+13 <NA> <NA> 0 2 2.772071e+13 <NA> <NA> 0 3 2.600689e+13 <NA> <NA> 0 4 2.368117e+13 <NA> <NA> 0 5 2.135410e+13 <NA> <NA> 0 6 2.153998e+13 <NA> <NA> 0 > ind <- wb_country_indicator( + indicator = c("NY.GDP.MKTP.CD", "FP.CPI.TOTL.ZG"), + country = c("US", "DE", "FR", "CH", "JP"), + start_date = 2015, end_date = 2023 + ) Error in `req_perform()`: ! HTTP 502 Bad Gateway. Backtrace: ▆ 1. └─worldbank::wb_country_indicator(...) 2. └─worldbank:::worldbank_seq(resource = resource, lang = lang, date = date) 3. ├─worldbank:::map(...) 4. │ └─base::lapply(.x, .f, ...) 5. └─httr2::req_perform_sequential(...) 6. ├─base::tryCatch(...) 7. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 10. └─httr2::req_perform(reqs[[i]], path = paths[[i]]) 11. └─httr2:::handle_resp(req, resp, error_call = error_call) 12. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 13. ├─rlang::catch_cnd(...) 14. │ ├─rlang::eval_bare(...) 15. │ ├─base::tryCatch(...) 16. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 17. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 18. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 19. │ └─base::force(expr) 20. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-clang