R Under development (unstable) (2026-03-07 r89568 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(boe) > > test_check("boe") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 10 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-boe_bank_rate.R:2:3', 'test-boe_bank_rate.R:15:3', 'test-boe_consumer_credit.R:2:3', 'test-boe_consumer_credit.R:14:3', 'test-boe_exchange_rate.R:15:3', 'test-boe_exchange_rate.R:27:3', 'test-boe_get.R:10:3', 'test-boe_get.R:25:3', 'test-boe_money_supply.R:2:3', 'test-boe_mortgage_approvals.R:2:3', 'test-boe_mortgage_rates.R:2:3', 'test-boe_mortgage_rates.R:14:3', 'test-boe_sonia.R:2:3', 'test-boe_sonia.R:15:3', 'test-boe_sonia.R:24:3', 'test-boe_yield_curve.R:9:3', 'test-boe_yield_curve.R:21:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 10 ] > > proc.time() user system elapsed 1.14 0.10 1.23