Skip to content

Commit e0432d4

Browse files
author
Eric Leung
committed
Update README.md with R Style Guide
1 parent 43d738a commit e0432d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Every major open-source project has its own style guide: a set of conventions (s
55

66
“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.
77

8-
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.
8+
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.
99

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

@@ -15,6 +15,7 @@ These style guides are licensed under the CC-By 3.0 License, which encourages yo
1515
[objc]: http://google.github.io/styleguide/objcguide.xml
1616
[java]: http://google.github.io/styleguide/javaguide.html
1717
[py]: http://google.github.io/styleguide/pyguide.html
18+
[r]: http://google.github.io/styleguide/Rguide.xml
1819
[sh]: http://google.github.io/styleguide/shell.xml
1920
[htmlcss]: http://google.github.io/styleguide/htmlcssguide.xml
2021
[js]: http://google.github.io/styleguide/javascriptguide.xml

0 commit comments

Comments
 (0)