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

Welcome to the icd9 wiki!

Notes About How to Contribute

Using External Packages

dplyr -

Unit Tests

Unit tests should be pushed with working code. Unit-tests will have to pass in Travis & Wercker for the merge/pull requests to be successful, so if you like the 'test-first' coding style weigh the number of tests you write at one time with committing 'early and often'.

Delinting with: RStudio, formatR, devtools::lint

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

A first stab at delinting can be done via RStudio - 'Code' -> 'Reformat 'Code' Then the package devtools::lint (or package lintr) is used in Travis & Werker tests. The package formatR is handy to format R. It can format a directory, whatever is in your clipboard or in a shiny app. It can replace = with <-

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