Skip to content
Prev 3990 / 21312 Next

[Bioc-devel] R: developing a bioconductor package with TDD (RUnit)

On 01/18/2013 08:26 AM, Davide Rambaldi wrote:
To me this looks ok. Are you using R-devel and current packages (output of 
sessionInfo())? After installing your package, does

  R --vanilla -e " BiocGenerics:::testPackage('MyPackage')"

do the right thing? After running R CMD check, are there any hints in the file

   MyPackage.Rcheck/tests/runTests.Rout

?