> 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/

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to