Last updated on 2025-10-02 01:50:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.1 | 2.85 | 36.27 | 39.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.1 | 2.46 | 27.28 | 29.74 | ERROR | |
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 | 5.00 | 59.00 | 64.00 | OK | |
r-patched-linux-x86_64 | 0.6.1 | 3.81 | 34.22 | 38.03 | OK | |
r-release-linux-x86_64 | 0.6.1 | 2.41 | 33.26 | 35.67 | 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 | 59.00 | 64.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 | 66.00 | 72.00 | OK |
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")
Error in `req_perform()`:
! HTTP 400 Bad Request.
Backtrace:
▆
1. └─worldbank::wb_country_indicator("NY.GDP.MKTP.CD", "US")
2. └─worldbank:::worldbank(resource = resource, lang = lang, date = date)
3. ├─httr2::resp_body_json(...)
4. │ └─httr2:::check_response(resp)
5. │ └─httr2:::is_response(resp)
6. └─httr2::req_perform(...)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
9. ├─rlang::catch_cnd(...)
10. │ ├─rlang::eval_bare(...)
11. │ ├─base::tryCatch(...)
12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
15. │ └─base::force(expr)
16. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc