Last updated on 2025-10-31 09:50:19 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.00 | 31.57 | 33.57 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.64 | 24.25 | 25.89 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 52.00 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 47.92 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 5.00 | 63.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 1.82 | 28.86 | 30.68 | OK | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 18.00 | 19.00 | ERROR | |
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 32.00 | 34.00 | ERROR | |
| r-release-windows-x86_64 | 0.1.0 | 5.00 | 51.00 | 56.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 1.00 | 25.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 2.00 | 38.00 | 40.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 61.00 | 66.00 | OK |
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