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
- Host: GitHub
- URL: https://github.com/indrajeetpatil/dry-r-package-development
- Owner: IndrajeetPatil
- License: cc0-1.0
- Created: 2022-11-13T17:48:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T06:38:56.000Z (5 months ago)
- Last Synced: 2026-01-13T09:44:03.746Z (5 months ago)
- Topics: best-practices, dry, package-development, r-packages, r-programming, software-design, software-development, software-engineering
- Language: HTML
- Homepage: https://indrajeetpatil.github.io/dry-r-package-development/
- Size: 44.4 MB
- Stars: 35
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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:

## 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.