dry-r-package-development icon indicating copy to clipboard operation
dry-r-package-development copied to clipboard

Tips on not repeating yourself during R package development

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.