corrmorant
corrmorant copied to clipboard
Write unit tests
As the package evolved from a set of simple R scripts that were converted to an R package after the fact, formal testing of its functionality is not yet implemented.
TODO: write unit tests based on the testthat package
Update:
- Testing with
testthatis now activated - First tests have been written
- More tests will follow in the next days