Skip to content
Prev 168771 / 398502 Next

Test Driven Development in R

Jose Quesada wrote:

            
There is the RUnit package which is a mature xUnit implementation for R.

I don't know of a tight integration into an editor (apart from
that it is _planned_ for StatET, the Eclipse R plug-in), but
as such it is very useful already.

http://cran.r-project.org/web/packages/RUnit/index.html

HTH,
Tobias