On a related note: I recently started to set up CruiseControl (
http://cruisecontrol.sourceforge.net/) to do continuous integration with my
R packages (along with my RUnit test cases).  Has anyone had any luck with
this before?
I use it for other software and it provides a very nice interface...

On Tue, Oct 6, 2009 at 10:33 AM, hadley wickham <h.wick...@gmail.com> wrote:

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

        [[alternative HTML version deleted]]

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

Reply via email to