title |
---|
Setup |
This lesson assumes you have reasonably up-to-date versions of the following software installed on your computer:
- the R software itself, and
- RStudio Desktop
If you are using Windows, we'll also need you to install:
You'll also need to install the following R packages:
devtools
rmarkdown
roxygen2
They can be installed by executing the code below in your R console:
$ install.packages(c("devtools", "rmarkdown", "roxygen2"))
{: .language-r}
{% include links.md %}