Update README.md

Add R language section
This commit is contained in:
Konstantin
2015-04-24 16:48:42 +03:00
parent 79921c8b74
commit 4f28db3121
+16 -1
View File
@@ -22,7 +22,15 @@
- Transact-SQL ([T-SQL Reference]) - Transact-SQL ([T-SQL Reference])
- Procedural Language/PostGres Structured Query Language ([PL/pgSQL Manual]) - Procedural Language/PostGres Structured Query Language ([PL/pgSQL Manual])
- Python - Python
## R Language
- [Google's R Style Guide]
- [Google's tweak guide]
- [Stackoverflow discussion]
- [Bioconductors coding standards]
- [Colin Gillespies R style guide]
- [Hadley Wickhams style guide]
[MSDN C#]:http://msdn.microsoft.com/en-us/library/xzf533w0%28v=vs.71%29.aspx [MSDN C#]:http://msdn.microsoft.com/en-us/library/xzf533w0%28v=vs.71%29.aspx
[MSDN ASP.NET MVC]:http://msdn.microsoft.com/en-us/library/ms229042.aspx [MSDN ASP.NET MVC]:http://msdn.microsoft.com/en-us/library/ms229042.aspx
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml [Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
@@ -43,3 +51,10 @@
[R Language Definition]:http://cran.r-project.org/doc/manuals/R-lang.html [R Language Definition]:http://cran.r-project.org/doc/manuals/R-lang.html
[T-SQL Reference]:http://technet.microsoft.com/en-gb/library/ms189826%28v=sql.90%29.aspx [T-SQL Reference]:http://technet.microsoft.com/en-gb/library/ms189826%28v=sql.90%29.aspx
[PL/pgSQL Manual]:http://www.postgresql.org/docs/9.3/static/plpgsql.html [PL/pgSQL Manual]:http://www.postgresql.org/docs/9.3/static/plpgsql.html
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
[Google's tweak guide]:http://r-pkgs.had.co.nz/style.html
[Stackoverflow discussion]:http://stackoverflow.com/questions/10013545/are-there-any-official-naming-conventions-for-r
[Bioconductors coding standards]:http://wiki.fhcrc.org/bioc/Coding_
[Colin Gillespies R style guide]:http://csgillespie.wordpress.com/2010/11/23/r-style-guide/
[Hadley Wickhams style guide]:http://stat405.had.co.nz/r-style.html