Last updated on 2025-06-02 07:51:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 3.45 | 34.02 | 37.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 2.19 | 25.59 | 27.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 53.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 50.97 | OK | |||
r-devel-windows-x86_64 | 0.6.0 | 5.00 | 57.00 | 62.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 3.90 | 31.35 | 35.25 | OK | |
r-release-linux-x86_64 | 0.6.0 | 3.30 | 31.55 | 34.85 | OK | |
r-release-macos-arm64 | 0.6.0 | 25.00 | OK | |||
r-release-macos-x86_64 | 0.6.0 | 44.00 | OK | |||
r-release-windows-x86_64 | 0.6.0 | 5.00 | 54.00 | 59.00 | ERROR | |
r-oldrel-macos-arm64 | 0.6.0 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.0 | 57.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.0 | 7.00 | 65.00 | 72.00 | OK |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in 'worldbank-Ex.R' failed
The error most likely occurred in:
> ### Name: wb_country
> ### Title: World Bank country data
> ### Aliases: wb_country
>
> ### ** Examples
>
> wb_country()
Error in `req_perform()`:
! HTTP 502 Bad Gateway.
Backtrace:
▆
1. └─worldbank::wb_country()
2. └─worldbank:::worldbank(resource = resource)
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-release-windows-x86_64