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
- Host: GitHub
- URL: https://github.com/richelbilderbeek/R-CodingStandard
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2015-11-16T11:03:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T09:07:32.000Z (over 7 years ago)
- Last Synced: 2024-12-01T19:12:11.214Z (7 months ago)
- Language: Shell
- Homepage: http://richelbilderbeek.nl/TeachR-CodingStandard.htm
- Size: 1.41 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - richelbilderbeek/R-CodingStandard - Coding standard for R (Shell)
README
# R-CodingStandard
[](https://travis-ci.org)
[](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