From b6eff4433f8a38298d5d69782ad1842023690e00 Mon Sep 17 00:00:00 2001 From: Michael Quinn Date: Thu, 16 Jan 2020 16:26:24 -0800 Subject: [PATCH] Explicitly mention use of the styler R package We now enforce style automatically. See: https://github.com/r-lib/styler/pull/548#issuecomment-569434169 --- Rguide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rguide.md b/Rguide.md index de27371..c4fc927 100644 --- a/Rguide.md +++ b/Rguide.md @@ -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