uu-2019-day-zero

Packages

This part of the course helps you get started to create packages; the material is contained in the slides.

Requirements

We assume you gone through the day-zero prep:

You will also need the forcats and pkgdown packages:

install.packages(c("pkgdown", "forcats"))

References