[R] Test suites
ripley@stats.ox.ac.uk
ripley at stats.ox.ac.uk
Mon Feb 24 22:18:03 CET 2003
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:
> I have a collection of functions, class definitions and methods which I
> would like to test systematically for their correctness after changes to
> their code, and also after major R revisions. I believe that the correct
> term for these systematic tests (as opposed to more informal tests) is a
> 'test suite'. Does anyone [apart from Pat Burns :-) ] have code, or
> templates, or specific suggestions for the best approach to constructing
> test suites?
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list