diff --git a/R Language Name and Coding convention.md b/R Language Name and Coding convention.md new file mode 100644 index 0000000..afe6c73 --- /dev/null +++ b/R Language Name and Coding convention.md @@ -0,0 +1,18 @@ +# R Language Name and Coding convention + + +Usefull links + - [Google's R Style Guide] + - [Google's tweak guide] + - [Stackoverflow discussion] + - [Bioconductor’s coding standards] + - [Colin Gillespie’s R style guide] + - [Hadley Wickham’s 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 +[Bioconductor’s coding standards]:http://wiki.fhcrc.org/bioc/Coding_ +[Colin Gillespie’s R style guide]:http://csgillespie.wordpress.com/2010/11/23/r-style-guide/ +[Hadley Wickham’s style guide]:http://stat405.had.co.nz/r-style.html