Skip to content
Ed Lee edited this page Jul 9, 2016 · 12 revisions

Welcome to the icd9 wiki!

How to Contribute

Using External Packages

dplyr -

Unit Tests

Unit tests should be pushed with working code. Test-first coding can still be written locally, but to eventually have a successful pull request with the master branch, unit-tests would have to pass in Travis & Wercker.

Delinting with: RStudio, formatR, lintr

There are a couple ways to pass de-linting in Travis & Wercker CI builds.

First order delinting is via RStudio - 'Code' -> 'Reformat 'Code' The package formatR is handy to format R that has been copied to clipboard. It'll replace = with <- The package lintr based on what is used in Travis & Werker tests, so lintr is a good for a final check but won't generate reformat code like formatR.

Documentation via devtools::document
Travis & Wercker Continuous Integration
Clone this wiki locally