Skip to content
Prev 28584 / 398500 Next

Test suites

Well, R itself has lots of tests in its test suite (see directory tests 
in the sources) as well as a mechanism for running test suites in 
packages: recommended packages nlme and rpart have them, for example.

So I suggest just adding a test suite to your package (this *is* a 
package, I hope) and running R CMD check on it.  It's documented in
`Writing R Extensions'.
On Mon, 24 Feb 2003, Giles Heywood wrote: