"I would argue that the most important tool for reproducible research is not Sweave or knitr but GNU make."-Karl Broman, "minimal make." kbroman.org. Karl also has tutorials on git/github, knitr, R packages, making a web site with GitHub Pages, data organization, and reproducible research.
Category: educational
The tidyverse style guide
All style guides are fundamentally opinionated. Some decisions genuinely do make code easier to use (especially matching indenting to programming structure), but many decisions are arbitrary. The most important thing about a style guide is that it provides consistency, making code easier to write because you need to make fewer decisions."-Hadley Wickham, "The tidyverse style … Continue reading The tidyverse style guide
