From e0432d43d21efe857e1488e1f2d5c35aa5e45d7a Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Sat, 8 Aug 2015 14:26:37 -0700 Subject: [PATCH] Update README.md with R Style Guide --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2699c3e..0d603ff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Every major open-source project has its own style guide: a set of conventions (s “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project holds the style guidelines we use for Google code. If you are modifying a project that originated at Google, you may be pointed to this page to see the style guides that apply to that project. -Our [C++ Style Guide][cpp], [Objective-C Style Guide][objc], [Java Style Guide][java], [Python Style Guide][py], [Shell Style Guide][sh], [HTML/CSS Style Guide][htmlcss], [JavaScript Style Guide][js], [AngularJS Style Guide][angular], [Common Lisp Style Guide][cl], and [Vimscript Style Guide][vim] are now available. We have also released [cpplint][cpplint], a tool to assist with style guide compliance, and [google-c-style.el][emacs], an Emacs settings file for Google style. +Our [C++ Style Guide][cpp], [Objective-C Style Guide][objc], [Java Style Guide][java], [Python Style Guide][py], [R Style Guide][r], [Shell Style Guide][sh], [HTML/CSS Style Guide][htmlcss], [JavaScript Style Guide][js], [AngularJS Style Guide][angular], [Common Lisp Style Guide][cl], and [Vimscript Style Guide][vim] are now available. We have also released [cpplint][cpplint], a tool to assist with style guide compliance, and [google-c-style.el][emacs], an Emacs settings file for Google style. If your project requires that you create a new XML document format, our [XML Document Format Style Guide][xml] may be helpful. In addition to actual style rules, it also contains advice on designing your own vs. adapting an existing format, on XML instance document formatting, and on elements vs. attributes. @@ -15,6 +15,7 @@ These style guides are licensed under the CC-By 3.0 License, which encourages yo [objc]: http://google.github.io/styleguide/objcguide.xml [java]: http://google.github.io/styleguide/javaguide.html [py]: http://google.github.io/styleguide/pyguide.html +[r]: http://google.github.io/styleguide/Rguide.xml [sh]: http://google.github.io/styleguide/shell.xml [htmlcss]: http://google.github.io/styleguide/htmlcssguide.xml [js]: http://google.github.io/styleguide/javascriptguide.xml