Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 681 Bytes

DRY R Package Development

Link to slides: https://indrajeetpatil.github.io/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

Code of Conduct

Please note that the dry-r-package-development project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.