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
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