Re: [R] Unit Testing Frameworks: summary and brief discussion

2007-05-10 Thread ml-r-help
Martin Morgan wrote: Oops, taking a look at the unit tests in RUnit, I see that specifying 'where=.GlobalEnv' is what I had been missing. testCreateClass - function() { setClass(A, contains=numeric, where=.GlobalEnv) a=new(A) checkTrue(validObject(a)) removeClass(A,

Re: [R] Unit Testing Frameworks: summary and brief discussion

2007-05-09 Thread ml-r-help
[EMAIL PROTECTED] wrote: Greetings - I'm finally finished review, here's what I heard: Hi Anthony, sorry for replying late. I'd like to chip in a brief experience report for our company. We have used RUnit since 2003 starting with R 1.6.2 for our R software development. Since then it has

Re: [R] Unit Testing Frameworks: summary and brief discussion

2007-05-09 Thread ml-r-help
[EMAIL PROTECTED] wrote: [...] = From Seth Falcon: Hi Tony, [EMAIL PROTECTED] writes: After a quick look at current programming tools, especially with regards to unit-testing frameworks, I've started looking at both butler and RUnit. I would be grateful to receieve