Merge pull request #63 from erictleung/gh-pages

Update README.md with R Style Guide
This commit is contained in:
Andrew Bonventre 2015-11-01 09:44:45 -05:00
commit e1333014b5

View File

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