👩💻 Set up
You’ll need the following R packages installed
- {devtools}
- {usethis}
- {cli}
You can install these with install.packages(c("devtools", "usethis", "cli"))
You can check if everything is set up correctly by running:
::has_devel()
devtools## Your system is ready to build packages!