This is on top of #78, so while it looks huge, it is only the last commit, and it is only related to changing the testing infrastructure to testthat from testit.
All tests are maintained, and they are just changed from using testit functions and testing paradigms to testthat functions and testing paradigms. the only other change is to remove the is_equal() function since it was only used in testing, and its functionality is subsumed in testthat::expect_equal() using the tolerance argument.
Fix #79
This is on top of #78, so while it looks huge, it is only the last commit, and it is only related to changing the testing infrastructure to testthat from testit.
All tests are maintained, and they are just changed from using testit functions and testing paradigms to testthat functions and testing paradigms. the only other change is to remove the
is_equal()
function since it was only used in testing, and its functionality is subsumed intestthat::expect_equal()
using thetolerance
argument.