Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.21 KB

SETUP.md

File metadata and controls

38 lines (27 loc) · 1.21 KB

lesson-template 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:

To install these packages, use the same install.packages() syntax above, but change the package name from tidyverse to the package you want to install!

Packages from GitHub

This lesson requires the following R packages from GitHub:

To install a package from GitHub using remotes, type the following into your console:

remotes::install_github("yihui/xaringan")