Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Charles Coverdale ’ Days since last update: 4 Check: examples, Result: ERROR Running examples in ‘readoecd-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_oecd_current_account > ### Title: Get OECD trade (balance of payments) data > ### Aliases: get_oecd_current_account > > ### ** Examples > > ## No test: > op <- options(readoecd.cache_dir = tempdir()) > trade <- get_oecd_current_account(c("AUS", "DEU", "USA"), start_year = 2000) Downloading from OECD API... Error in `value[[3L]]()`: ! Failed to reach the OECD API. ℹ Check your internet connection and try again. ℹ If the problem persists, the OECD may have changed their API. ℹ Check for a package update or report at Backtrace: ▆ 1. └─readoecd::get_oecd_current_account(c("AUS", "DEU", "USA"), start_year = 2000) 2. └─readoecd:::oecd_fetch(...) 3. └─base::tryCatch(...) 4. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. └─value[[3L]](cond) 7. └─cli::cli_abort(...) 8. └─rlang::abort(...) Execution halted