[Rd] unit testing for R packages?

hadley wickham h.wickham at gmail.com
Tue Oct 6 16:33:05 CEST 2009


> If you haven't done so already, you might want to read the RUnit Vignette:
> http://cran.r-project.org/web/packages/RUnit/vignettes/RUnit.pdf.
> On a somewhat related note: is anyone doing "continuous integration" with
> their R packages?  I'm thinking about trying to use something like
> CruiseControl (which I used before for Java development), and was wondering
> if anyone had experience with how much work will be involved...

It's not quite continuous integration, but I've been working on some
code for autotesting - i.e. any time your code or tests change, rerun
the appropriate part of the test suite (as much as I can guess at
that)

Hadley


-- 
http://had.co.nz/



More information about the R-devel mailing list