README.md

R Testing Build Status codecov

Installation:

> install.packages("devtools", dependencies = TRUE)`

Running Tests

> devtools::test()
Loading RTesting
Testing RTesting
Hello World Test: .

DONE ===========================================================================

Continuous Integration:

In short, this will:

- Check the R code and package structure for consistency with R's best practices.
- Run the prior checks against 3 different R versions.
- Upload R code coverage information to CodeCov
- Send an email if these prior checks fail


hms-dbmi/r_testing documentation built on May 14, 2019, 10:34 a.m.