ronkeizer / vpc

R library to create visual predictive checks (VPC)
Other
36 stars 20 forks source link

Change testing infrastructure to testthat #83

Closed billdenney closed 2 years ago

billdenney commented 3 years ago

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 in testthat::expect_equal() using the tolerance argument.