Last updated on 2025-06-06 06:49:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 2.75 | 30.06 | 32.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.95 | 24.42 | 26.37 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 49.49 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 60.16 | OK | |||
r-devel-windows-x86_64 | 0.0.2 | 5.00 | 51.00 | 56.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 2.84 | 27.51 | 30.35 | OK | |
r-release-linux-x86_64 | 0.0.2 | 2.59 | 27.32 | 29.91 | OK | |
r-release-macos-arm64 | 0.0.2 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.0.2 | 51.00 | OK | |||
r-release-windows-x86_64 | 0.0.2 | 5.00 | 51.00 | 56.00 | OK | |
r-oldrel-macos-arm64 | 0.0.2 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.2 | 48.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.2 | 6.00 | 59.00 | 65.00 | OK |
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘dtmapi-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_idp_admin0_data
> ### Title: Fetch IDP Admin0 Data
> ### Aliases: get_idp_admin0_data
>
> ### ** Examples
>
> # Fetch IDP data at Admin Level 0
> idp_admin0_df <- get_idp_admin0_data(CountryName='Ethiopia', FromRoundNumber=1, ToRoundNumber=10)
Error in value[[3L]](cond) :
API request failed: API error: No Country found matching your query.
Calls: get_idp_admin0_data ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘introduction.Rmd’ using rmarkdown
Quitting from introduction.Rmd:75-81 [get_idp_admin0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `value[[3L]]()`:
! API request failed: API error: No Country found matching your query.
---
Backtrace:
▆
1. └─dtmapi::get_idp_admin0_data(...)
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'introduction.Rmd' failed with diagnostics:
API request failed: API error: No Country found matching your query.
--- failed re-building ‘introduction.Rmd’
SUMMARY: processing the following file failed:
‘introduction.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc