|
| 1 | +# R Language Name and Coding convention |
| 2 | + |
| 3 | + |
| 4 | +Usefull links |
| 5 | + - [Google's R Style Guide] |
| 6 | + - [Google's tweak guide] |
| 7 | + - [Stackoverflow discussion] |
| 8 | + - [Bioconductor’s coding standards] |
| 9 | + - [Colin Gillespie’s R style guide] |
| 10 | + - [Hadley Wickham’s style guide] |
| 11 | + |
| 12 | + |
| 13 | +[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml |
| 14 | +[Google's tweak guide]:http://r-pkgs.had.co.nz/style.html |
| 15 | +[Stackoverflow discussion]:http://stackoverflow.com/questions/10013545/are-there-any-official-naming-conventions-for-r |
| 16 | +[Bioconductor’s coding standards]:http://wiki.fhcrc.org/bioc/Coding_ |
| 17 | +[Colin Gillespie’s R style guide]:http://csgillespie.wordpress.com/2010/11/23/r-style-guide/ |
| 18 | +[Hadley Wickham’s style guide]:http://stat405.had.co.nz/r-style.html |
0 commit comments