Skip to content

Commit 4f28db3

Browse files
committed
Update README.md
Add R language section
1 parent 79921c8 commit 4f28db3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@
2222
- Transact-SQL ([T-SQL Reference])
2323
- Procedural Language/PostGres Structured Query Language ([PL/pgSQL Manual])
2424
- Python
25-
25+
26+
## R Language
27+
- [Google's R Style Guide]
28+
- [Google's tweak guide]
29+
- [Stackoverflow discussion]
30+
- [Bioconductor’s coding standards]
31+
- [Colin Gillespie’s R style guide]
32+
- [Hadley Wickham’s style guide]
33+
2634
[MSDN C#]:http://msdn.microsoft.com/en-us/library/xzf533w0%28v=vs.71%29.aspx
2735
[MSDN ASP.NET MVC]:http://msdn.microsoft.com/en-us/library/ms229042.aspx
2836
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
@@ -43,3 +51,10 @@
4351
[R Language Definition]:http://cran.r-project.org/doc/manuals/R-lang.html
4452
[T-SQL Reference]:http://technet.microsoft.com/en-gb/library/ms189826%28v=sql.90%29.aspx
4553
[PL/pgSQL Manual]:http://www.postgresql.org/docs/9.3/static/plpgsql.html
54+
55+
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
56+
[Google's tweak guide]:http://r-pkgs.had.co.nz/style.html
57+
[Stackoverflow discussion]:http://stackoverflow.com/questions/10013545/are-there-any-official-naming-conventions-for-r
58+
[Bioconductor’s coding standards]:http://wiki.fhcrc.org/bioc/Coding_
59+
[Colin Gillespie’s R style guide]:http://csgillespie.wordpress.com/2010/11/23/r-style-guide/
60+
[Hadley Wickham’s style guide]:http://stat405.had.co.nz/r-style.html

0 commit comments

Comments
 (0)