R Under development (unstable) (2025-12-05 r89107 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(highfrequency) > > test_check("highfrequency") [ FAIL 0 | WARN 0 | SKIP 71 | PASS 8 ] ══ Skipped tests (71) ══════════════════════════════════════════════════════════ • On CRAN (71): 'test_internals_utilities.R:8:3', 'test_internals_utilities.R:16:3', 'test_internals_utilities.R:23:3', 'tests_data_handling.R:9:3', 'tests_data_handling.R:26:3', 'tests_data_handling.R:36:3', 'tests_data_handling.R:47:3', 'tests_data_handling.R:98:3', 'tests_data_handling.R:114:3', 'tests_data_handling.R:200:3', 'tests_data_handling.R:210:3', 'tests_data_handling.R:227:3', 'tests_data_handling.R:252:3', 'tests_data_handling.R:303:3', 'tests_data_handling.R:315:3', 'tests_data_handling.R:334:3', 'tests_data_handling.R:351:3', 'tests_data_handling.R:364:3', 'tests_data_handling.R:394:3', 'tests_data_handling.R:454:3', 'tests_data_handling.R:477:3', 'tests_data_handling.R:494:3', 'tests_data_handling.R:511:3', 'tests_data_handling.R:523:3', 'tests_driftBursts.R:9:3', 'tests_driftBursts.R:20:3', 'tests_jump_tests.R:9:3', 'tests_jump_tests.R:20:3', 'tests_jump_tests.R:38:3', 'tests_jump_tests.R:56:3', 'tests_jump_tests.R:78:3', 'tests_jump_tests.R:91:3', 'tests_jump_tests.R:106:3', 'tests_leadLag.R:19:3', 'tests_liquidity_measures.R:10:3', 'tests_liquidity_measures.R:23:3', 'tests_models.R:16:3', 'tests_models.R:86:3', 'tests_realized_measures.R:36:3', 'tests_realized_measures.R:56:3', 'tests_realized_measures.R:78:3', 'tests_realized_measures.R:102:3', 'tests_realized_measures.R:124:3', 'tests_realized_measures.R:143:3', 'tests_realized_measures.R:177:3', 'tests_realized_measures.R:189:3', 'tests_realized_measures.R:220:3', 'tests_realized_measures.R:232:3', 'tests_realized_measures.R:255:3', 'tests_realized_measures.R:276:3', 'tests_realized_measures.R:290:3', 'tests_realized_measures.R:311:3', 'tests_realized_measures.R:339:3', 'tests_realized_measures.R:359:3', 'tests_realized_measures.R:377:3', 'tests_realized_measures.R:405:3', 'tests_realized_measures.R:426:3', 'tests_realized_measures.R:436:3', 'tests_realized_measures.R:446:3', 'tests_realized_measures.R:457:3', 'tests_realized_measures.R:479:3', 'tests_realized_measures.R:501:3', 'tests_realized_measures.R:513:3', 'tests_realized_measures.R:539:3', 'tests_realized_measures.R:584:3', 'tests_realized_measures.R:621:3', 'tests_realized_measures.R:646:3', 'tests_realized_measures.R:659:3', 'tests_realized_measures.R:682:3', 'tests_spotvol_and_drift.R:10:3', 'tests_spotvol_and_drift.R:49:3' [ FAIL 0 | WARN 0 | SKIP 71 | PASS 8 ] > > proc.time() user system elapsed 6.04 0.70 6.65