Last updated on 2025-11-24 04:49:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 2.40 | 29.18 | 31.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 1.70 | 22.86 | 24.56 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 10.00 | 38.43 | 48.43 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 44.64 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 6.00 | 48.00 | 54.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 2.20 | 28.94 | 31.14 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 2.11 | 26.48 | 28.59 | OK | |
| r-release-macos-arm64 | 0.1.2 | 1.00 | 10.00 | 11.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 2.00 | 41.00 | 43.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 4.00 | 47.00 | 51.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.2 | 1.00 | 16.00 | 17.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.2 | 2.00 | 44.00 | 46.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 5.00 | 51.00 | 56.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 `resp_body_raw()`:
! Can't retrieve empty body.
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::resp_body_string(response)
6. └─httr2::resp_body_raw(resp)
7. └─cli::cli_abort("Can't retrieve empty body.")
8. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64