From 654484711c6a4b2f08610b816ae04ab42c8e55e3 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 24 Feb 2015 11:30:05 +0300 Subject: [PATCH] Create R Language Name and Coding convention.md --- R Language Name and Coding convention.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 R Language Name and Coding convention.md 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