Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 947 Bytes

SETUP.md

File metadata and controls

27 lines (20 loc) · 947 Bytes

atlasWeek 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!