Last updated on 2025-11-17 09:49:45 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.25 | 31.39 | 33.64 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.82 | 23.17 | 24.99 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 52.00 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 46.32 | 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.38 | 28.58 | 30.96 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 2.12 | 28.74 | 30.86 | OK | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 22.00 | 23.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 37.00 | 39.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 4.00 | 47.00 | 51.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.1 | 5.00 | 57.00 | 62.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘imfapi-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-devel-linux-x86_64-debian-gcc