There are no unit tests, nothing that automatically checks whether or not the code works (see if anything is broken with new changes to code, etc.). Perhaps do a directory with 'fake' static source code, to see whether running the functions on the code produce expected results.
Look at various R testing packages, or write own script for testing...
There are no unit tests, nothing that automatically checks whether or not the code works (see if anything is broken with new changes to code, etc.). Perhaps do a directory with 'fake' static source code, to see whether running the functions on the code produce expected results.
Look at various R testing packages, or write own script for testing...