Re: [Rd] Package tests: best practices

2005-08-22 Thread Prof Brian Ripley
On Mon, 22 Aug 2005, hadley wickham wrote: > I'm writing some tests for a package and I have a few questions > regarding best practices. I've read "tests subdirectory" paragraph in > writing R extension, but I'm left wanting more. > Firstly, can I assume that the document root will always be set

[Rd] Package tests: best practices

2005-08-22 Thread hadley wickham
I'm writing some tests for a package and I have a few questions regarding best practices. I've read "tests subdirectory" paragraph in writing R extension, but I'm left wanting more. Firstly, can I assume that the document root will always be set to the test directory? (that what a couple of quick