This part of the course helps you get started to create packages; the material is contained in the slides.
We assume you gone through the day-zero prep:
installed packages devtools and usethis (CRAN)
git installed and configured
GitHub account, GITHUB_PAT
set in .Renviron
functionality of the starter .Rprofile
You will also need the forcats and pkgdown packages:
install.packages(c("pkgdown", "forcats"))
usethis package, Jenny Bryan and Hadley Wickham
Packages, Hannah Frick
goodPractice, Hannah Frick