Skip to content

Add Fortran unit tests

Developers at Respec wrote up some unit tests to test the Fortran code. The unit tests are written in Fortran and we want to bring them over into this package. The most straightforward way to do this is to rewrite their units test using R and the testthat library. There are two test suites with 6 unit tests in each suite.

Some of the unit tests read in CSV files so we will most likely have to host these locally so the tests can call them:

Additional Notes:

Edited by Beckers, Harper N