Skip to content

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

1 message · Dan Tenenbaum

#
On Fri, Jan 18, 2013 at 8:26 AM, Davide Rambaldi <davide.rambaldi at ieo.eu> wrote:
This is the output you would expect to see if your tests ran and they passed.
You can introduce a failing test (checkTrue(FALSE)) and see if you get
different output.

As Martin says, the full test output is written to the files in
MyPackage.Rcheck/tests

Dan