Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 730 Bytes

setup.md

File metadata and controls

31 lines (20 loc) · 730 Bytes
title
Setup

Required software

This lesson assumes you have reasonably up-to-date versions of the following software installed on your computer:

If you are using Windows, we'll also need you to install:

Required R Packages

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 %}