Last updated on 2025-11-01 00:50:35 CET.
| Package | ERROR | OK |
|---|---|---|
| econid | 13 | |
| imfapi | 2 | 10 |
| imfweo | 13 | |
| wbids | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 10
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘imfapi-Ex.R’ failed
The error most likely occurred in:
> ### Name: imf_get_codelists
> ### Title: Retrieve codes for one or more dimensions as a tidy tibble
> ### Aliases: imf_get_codelists
>
> ### ** Examples
>
> if (curl::has_internet()) {
+ imf_get_codelists(
+ c("FREQUENCY", "TIME_PERIOD"),
+ dataflow_id = "FM" # Fiscal Monitor
+ )
+ }
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! SSL peer certificate or SSH remote key was not OK [api.imf.org]:
SSL certificate problem: unable to get local issuer certificate
Backtrace:
▆
1. └─imfapi::imf_get_codelists(c("FREQUENCY", "TIME_PERIOD"), dataflow_id = "FM")
2. └─imfapi:::get_datastructure_components(...)
3. └─imfapi:::get_dataflows_components(...)
4. └─imfapi:::perform_request(...)
5. └─httr2::req_perform(request)
6. └─httr2:::handle_resp(req, resp, error_call = error_call)
7. └─rlang::cnd_signal(resp)
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13