-
Notifications
You must be signed in to change notification settings - Fork 61
Home
Ed Lee edited this page Jul 9, 2016
·
12 revisions
Welcome to the icd9 wiki!
dplyr -
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'.
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 <-