search for: tests_

Displaying 1 result from an estimated 1 matches for "tests_".

Did you mean: tests
2012 Mar 02
1
seeing feedback when R CMD check pkg runs unit tests.
...use of unit testing, and I make use of the svUnit module, part of SciViews-R. I also make use of examples in the .Rd files. my question regards 'R CMD check pkg'. if an _example_ is not run correctly, I get clear feedback on the command line where I run 'R CMD check pkg'. _unit tests_ on the other hand may give failure or error, or may be marked as skipped. all these conditions are caught by the unit testing module that allows the unit testing script to produce a complete report. if the unit testing module manages to run the tests, the report is generated and 'R CMD check...