jonathancornelissen / highfrequency

The highfrequency package contains an extensive toolkit for the use of highfrequency financial data in R. It contains functionality to manage, clean and match highfrequency trades and quotes data. Furthermore, it enables users to: calculate easily various liquidity measures, estimate and forecast volatility, and investigate microstructure noise and intraday periodicity.
147 stars 63 forks source link

Improve context in tests #54

Closed emilsjoerup closed 3 years ago

emilsjoerup commented 3 years ago

In the test_* files, the context() and test_that() functions should have better descriptions of what is being tested.

emilsjoerup commented 3 years ago

Contexts have been deprecated as of testthat version 3. I will improve the descriptions in the first argument of test_that and remove context() calls.