An open API service indexing awesome lists of open source software.

https://github.com/richelbilderbeek/R-CodingStandard

Coding standard for R
https://github.com/richelbilderbeek/R-CodingStandard

Last synced: 7 months ago
JSON representation

Coding standard for R

Awesome Lists containing this project

README

        

# R-CodingStandard

[![Travis CI logo](TravisCI.png)](https://travis-ci.org)

[![Build Status](https://travis-ci.org/richelbilderbeek/R-CodingStandard.svg?branch=master)](https://travis-ci.org/richelbilderbeek/R-CodingStandard)

[R-CodingStandard](R-CodingStandard.md) ([PDF](R-CodingStandard.pdf)) is a coding standard for R, combining:

* The book 'Advanced R' by Hadley Wickham, CRC Press, 2014
* The book 'R packages' by Hadley Wickham, O'Reilly Media, Inc., 2015
* [Google's R Style Guide](https://google.github.io/styleguide/Rguide.xml)
* The book 'The R Book' (2nd Edition) by Michael J. Crawley, 2013
* The book 'The R inferno' by Patrick Burns, 2011
* The document 'Rchaeology: Idioms of R Programming' by Paul E. Johnson, January 28, 2015, [PDF](http://pj.freefaculty.org/R/Rchaeology.pdf)
* The document 'Rtips. Revival 2014!' by Paul E. Johnson, March 24, 2014, [PDF](http://pj.freefaculty.org/R/Rtips.pdf)
* The document 'R Style. An Rchaeological Commentary.' by Paul E. Johnson, February 13, 2015, [PDF](https://cran.r-project.org/web/packages/rockchalk/vignettes/Rstyle.pdf)
* Hadley Wickham's R style Guide: `http://r-pkgs.had.co.nz/style.html`
* The GNU coding standards, by Free Software Foundation, Inc., http://www.gnu.org/prep/standards
* The C++ Core Guidelines, https://github.com/isocpp/CppCoreGuidelines
* The document 'Writing R functions' by Cosma Shalizi, http://www.stat.cmu.edu/~cshalizi/402/programming/writing-functions.pdf