Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.19 KB

R Testing Build Status codecov

Installation:

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

Running Tests

> devtools::test()
  • The example test should run and you will see output like so:
Loading RTesting
Testing RTesting
Hello World Test: .

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

Continuous Integration:

  • See the .travis.yml file in this directory for information on what the CI process will do.

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