Re: [R] Test Driven Development in R

2009-02-02 Thread Philippe Grosjean
a GUI for test-driven development (TDD) in R using svUnit + SciViews-K + Komodo, and it works on Linux/Windows/Mac OS X. It is probably the first one available for R. I am pretty sure other people will release similar tools for Eclipse/StatET and for Emacs/ESS soon. The GUI for TDD on top

[R] Test Driven Development in R

2009-01-31 Thread Jose Quesada
Hi, I wonder what kind of interest there is on Test Driven Development (TDD) in R. Test Driven Development consists of writing the test before the function, and iteratively build the function until it passes the test. Python and Ruby (specially Ruby) have very strong test-oriented cultures

Re: [R] Test Driven Development in R

2009-01-31 Thread Tobias Verbeke
Jose Quesada wrote: Hi, I wonder what kind of interest there is on Test Driven Development (TDD) in R. Test Driven Development consists of writing the test before the function, and iteratively build the function until it passes the test. Python and Ruby (specially Ruby) have very strong

Re: [R] Test Driven Development in R

2009-01-31 Thread Spencer Graves
wrote: Jose Quesada wrote: Hi, I wonder what kind of interest there is on Test Driven Development (TDD) in R. Test Driven Development consists of writing the test before the function, and iteratively build the function until it passes the test. Python and Ruby (specially Ruby) have very