* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/econtools.Rcheck’ * using R Under development (unstable) (2026-01-07 r89288) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘econtools/DESCRIPTION’ ... OK * this is package ‘econtools’ version ‘0.1.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘econtools’ can be installed ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking examples with --run-donttest ... [1s/33s] ERROR Running examples in ‘econtools-Ex.R’ failed The error most likely occurred in: > ### Name: add_gdp_column > ### Title: Add GDP to Country Data > ### Aliases: add_gdp_column > > ### ** Examples > > ## Don't show: > if (curl::has_internet()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + ## No test: + # Add most recent GDP values + df <- data.frame(country = c("USA", "CHN", "DEU")) + result <- add_gdp_column(df, id_column = "country") + + # Add year-specific GDP values + df <- data.frame(country = c("USA", "CHN"), year = c(2019, 2020)) + result <- add_gdp_column(df, id_column = "country", date_column = "year") + ## End(No test) + ## Don't show: + }) # examplesIf > df <- data.frame(country = c("USA", "CHN", "DEU")) > result <- add_gdp_column(df, id_column = "country") Error in `weo_get_latest_publication()`: ! No valid WEO publication found. Backtrace: ▆ 1. ├─(if (getRversion() >= "3.4") withAutoprint else force)(...) 2. │ └─base::source(...) 3. │ ├─base::withVisible(eval(ei, envir)) 4. │ └─base::eval(ei, envir) 5. │ └─base::eval(ei, envir) 6. └─econtools::add_gdp_column(df, id_column = "country") 7. └─econtools:::add_generic_column(...) 8. ├─dplyr::rename(...) 9. └─econtools (local) data_fetcher(...) 10. ├─dplyr::mutate(...) 11. ├─dplyr::select(...) 12. ├─dplyr::filter(weo_get(entities, series), .data$series_id == series) 13. └─imfweo::weo_get(entities, series) 14. └─imfweo:::resolve_publication(year, release) 15. └─imfweo::weo_get_latest_publication() 16. └─cli::cli_abort("No valid WEO publication found.") 17. └─rlang::abort(...) Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 1 ERROR See ‘/data/blackswan/ripley/R/packages/tests-devel/econtools.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 1:33.10, 38.31 + 22.08