Files
naming-convention/R Language Name and Coding convention.md
T

19 lines
756 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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