[Rd] test suites for packages

Uwe Ligges ligges at statistik.tu-dortmund.de
Thu May 17 16:32:34 CEST 2012



On 17.05.2012 16:10, Whit Armstrong wrote:
> Can anyone share some opinions on test suites for R packages?
>
> I'm looking at testthat and RUnit. Does anyone have strong opinions on
> either of those.
>
> Any additional packages I should consider?

Yes: R CMD check does the trick. See Writing R Extension and read about 
a package's test directory. I prefer frameworks that do not obfuscate 
failing test results on the CRAN check farm (as most other frameworks I 
have seen).

Best,
Uwe Ligges




>
> Thanks,
> Whit
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list