R Under development (unstable) (2023-09-17 r85158 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 17 | PASS 213 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test_internals_utilities.R:6:3', 'test_internals_utilities.R:14:3', 'test_internals_utilities.R:21:3', 'tests_data_handling.R:109:3', 'tests_driftBursts.R:7:3', 'tests_driftBursts.R:18:3', 'tests_jump_tests.R:7:3', 'tests_jump_tests.R:18:3', 'tests_jump_tests.R:36:3', 'tests_leadLag.R:16:3', 'tests_liquidity_measures.R:8:3', 'tests_liquidity_measures.R:21:3', 'tests_models.R:13:3', 'tests_models.R:83:3', 'tests_realized_measures.R:466:3', 'tests_spotvol_and_drift.R:8:3', 'tests_spotvol_and_drift.R:47:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 213 ] > > proc.time() user system elapsed 40.25 3.65 43.10