Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 643 Bytes

SETUP.md

File metadata and controls

24 lines (18 loc) · 643 Bytes

research-02 Setup

The following packages are required for this lesson.

tidyverse Packages from CRAN

This lesson requires a number of tidyverse packages:

To install these at once, you can type the following into your console:

install.packages("tidyverse")

Other Packages from CRAN

This lesson requires the following R packages from CRAN:

  • knitr
  • rmarkdown
  • usethis