Create R Language Name and Coding convention.md

This commit is contained in:
Konstantin
2015-02-24 11:30:05 +03:00
parent 24bd2017c0
commit 654484711c
+18
View File
@@ -0,0 +1,18 @@
# R Language Name and Coding convention
Usefull links
- [Google's R Style Guide]
- [Google's tweak guide]
- [Stackoverflow discussion]
- [Bioconductors coding standards]
- [Colin Gillespies R style guide]
- [Hadley Wickhams style guide]
[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