Talk for the Denver R User Group, 18 June 2015.
Slides for my talk on creating R packages. The focus is on taking commonly used, user specific, code out of sourced R scripts and into a well documented R package.
To rebuild the slides you'll need to have the knitr
package installed and then run the following in your terminal.
mkdir r-dev
R -e "devtools::with_libpaths('r-dev', devtools::install('mypackage/'))"
sh build.sh