Skip to content
Prev 1839 / 63421 Next

R packages and test code

Where is the best place to put evaluation/test code in creating an R
package?  I thought about a test subdirectory, but might it be better
to put in the R directory?  I guess I'm more concerned about the
output used for evaluating the success of the test, rather than the
test code and data, itself.

best,
-tony