morenococo / crqa

Cross-recurrence quantification analysis of two time-series, of either categorical or continuous values. It provides different methods for profiling cross-recurrence, i.e., only looking at the diagonal recurrent points, as well as more in-depth measures of the whole cross-recurrence plot, e.g., recurrence rate.
6 stars 1 forks source link

Implement test suite #7

Open danm0nster opened 2 months ago

danm0nster commented 2 months ago

To ensure that any changes to the package does not change the results, we need to develop a suite of tests that must be passed, so that we can guard against unintended errors and changes in functionality introduced by changes in the code.

I suggest we use the testthat package for this purpose.

morenococo commented 2 months ago

that could be a good enhancement. I do not see it as too urgent but please, if you want to crack it have a go!