-
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. 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.
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.