R Under development (unstable) (2025-09-21 r88861 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(tradestatistics) > > test_check("tradestatistics") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 30 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-ots_create_tidy_data.R:8:3', 'test-ots_create_tidy_data.R:45:3', 'test-ots_create_tidy_data.R:63:3', 'test-ots_create_tidy_data.R:76:3', 'test-ots_create_tidy_data.R:111:3', 'test-ots_create_tidy_data.R:125:3', 'test-ots_create_tidy_data.R:158:3', 'test-ots_create_tidy_data.R:189:3', 'test-ots_create_tidy_data.R:201:3', 'test-ots_create_tidy_data.R:212:3', 'test-ots_create_tidy_data.R:232:3', 'test-ots_create_tidy_data.R:265:3', 'test-ots_create_tidy_data.R:292:3', 'test-ots_create_tidy_data.R:303:3', 'test-ots_create_tidy_data.R:318:3', 'test-ots_create_tidy_data.R:340:3', 'test-ots_inflation_adjustment.R:4:3', 'test-ots_inflation_adjustment.R:36:3', 'test-ots_inflation_adjustment.R:51:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 30 ] > > proc.time() user system elapsed 1.90 0.31 3.75