From 21811f698c4ff6d45cab236c0fd83706f20f0a94 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 24 Apr 2015 16:49:15 +0300 Subject: [PATCH] Delete R Language Name and Coding convention.md Move to README.md --- R Language Name and Coding convention.md | 18 ------------------ 1 file changed, 18 deletions(-) delete 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 deleted file mode 100644 index afe6c73..0000000 --- a/R Language Name and Coding convention.md +++ /dev/null @@ -1,18 +0,0 @@ -# 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