Explicitly mention use of the styler R package

We now enforce style automatically.

See: https://github.com/r-lib/styler/pull/548#issuecomment-569434169
This commit is contained in:
Michael Quinn 2020-01-16 16:26:24 -08:00 committed by GitHub
parent 4a06fcb1c7
commit b6eff4433f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@ were developed in collaboration with the internal R user community. The rest of
this document explains Google's primary differences with the Tidyverse guide,
and why these differences exist.
Google uses the [styler](https://github.com/r-lib/styler) package on every
checked in file to ensure code consistency and help reviewers focus on more
important issues.
## Syntax
### Naming conventions