R Under development (unstable) (2026-03-08 r89578 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(readecb) > > test_check("readecb") i No cache to clear. [ FAIL 0 | WARN 0 | SKIP 31 | PASS 17 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-ecb_estr.R:2:3', 'test-ecb_estr.R:15:3', 'test-ecb_euribor.R:2:3', 'test-ecb_euribor.R:16:3', 'test-ecb_euribor.R:30:3', 'test-ecb_exchange_rate.R:2:3', 'test-ecb_exchange_rate.R:17:3', 'test-ecb_exchange_rate.R:27:3', 'test-ecb_gdp.R:2:3', 'test-ecb_gdp.R:15:3', 'test-ecb_get.R:2:3', 'test-ecb_government_debt.R:2:3', 'test-ecb_government_debt.R:15:3', 'test-ecb_hicp.R:2:3', 'test-ecb_hicp.R:15:3', 'test-ecb_hicp.R:25:3', 'test-ecb_lending_rates.R:2:3', 'test-ecb_lending_rates.R:15:3', 'test-ecb_money_supply.R:2:3', 'test-ecb_money_supply.R:19:3', 'test-ecb_mortgage_rates.R:2:3', 'test-ecb_mortgage_rates.R:15:3', 'test-ecb_policy_rates.R:2:3', 'test-ecb_policy_rates.R:16:3', 'test-ecb_policy_rates.R:28:3', 'test-ecb_unemployment.R:2:3', 'test-ecb_unemployment.R:15:3', 'test-ecb_yield_curve.R:2:3', 'test-ecb_yield_curve.R:15:3', 'test-ecb_yield_curve.R:25:3', 'test-list_helpers.R:12:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 17 ] > > proc.time() user system elapsed 1.17 0.20 1.36