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

https://github.com/indrajeetpatil/dry-r-package-development

Tips on not repeating yourself during R package development
https://github.com/indrajeetpatil/dry-r-package-development

best-practices dry package-development r-packages r-programming software-design software-development software-engineering

Last synced: 4 months ago
JSON representation

Tips on not repeating yourself during R package development

Awesome Lists containing this project

README

          

# DRY R Package Development

This presentation contains tips on how to develop R packages without
violating the DRY (Don’t Repeat Yourself) Principle in

- documentation
- unit testing
- vignette setup
- data
- conditions

Link to slides:

Simpsons cartoon where a character is writing on the blackboard that they will not repeat themselves while repeating themselves by writing the same thing again and again

## Code of Conduct

Please note that the dry-r-package-development project is released with
a [Contributor Code of
Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.