How can a test script inform R CMD check that it should emit a custom message?
- by mariotomo
I'm writing a R package (delftfews) here at office. we are using svUnit for unit testing.
our process for describing new functionality: we define new unit tests, initially marked as DEACTIVATED; one block of tests at a time we activate them and implement the function described by the tests. almost all the time we have a small amount of…