Skip to content

IndrajeetPatil/dry-r-package-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

273 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: https://www.indrapatil.com/dry-r-package-development/

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 this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Packages

 
 
 

Contributors