You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before we can submit to CRAN, we need to take care of the notes that arise during checking. These notes are related to pieces of testthat functions which were carved out as separate objects -- this was done because we wanted to keep the unit tests in the corresponding .R file. The easy solution is to move all the tests to a single file. We should also check to see if testthat has changed to expose more functions so we don't need to do what we are currently doing. The danger is we will get out of sync with changes in testthat. Note: the offending statements are in unmmixR.unittests
The text was updated successfully, but these errors were encountered:
In GitLab by @bryanhanson on Jun 27, 2017, 15:02
Before we can submit to CRAN, we need to take care of the notes that arise during checking. These notes are related to pieces of
testthat
functions which were carved out as separate objects -- this was done because we wanted to keep the unit tests in the corresponding .R file. The easy solution is to move all the tests to a single file. We should also check to see iftestthat
has changed to expose more functions so we don't need to do what we are currently doing. The danger is we will get out of sync with changes intestthat
. Note: the offending statements are in unmmixR.unittestsThe text was updated successfully, but these errors were encountered: