R Under development (unstable) (2025-05-18 r88216 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(yfR) > > test_check("yfR") v Using fallback SP500 composition from 2024-06-24 v Using fallback IBOV composition from 2024-06-24 v Using fallback FTSE composition from 2024-06-24 v Using fallback DOW composition from 2024-06-24 v Using fallback testthat-collection composition from 2024-06-24 [ FAIL 0 | WARN 0 | SKIP 11 | PASS 24 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (9): 'test-yf_collection.R:20:5', 'test-yf_collection.R:55:5', 'test-yf_convert_to_wide.R:7:5', 'test-yf_get.R:25:5', 'test-yf_get.R:135:5', 'test-yf_get.R:173:5', 'test-yf_get.R:191:5', 'test-yf_get_dividends.R:18:5', 'test-yf_live_prices.R:18:5' • Skipping since parallel is not supported due to YF api limits (1): 'test-yf_get.R:98:3' • Skipping since parallel is not supported due to YF api limits, and collections are large datasets for single session download. (1): 'test-yf_collection.R:75:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 24 ] > > proc.time() user system elapsed 1.65 0.42 2.07