Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 945 Bytes

SETUP.md

File metadata and controls

26 lines (17 loc) · 945 Bytes

wrangling-03 Setup

The following packages are required for this lesson. Base R packages are not included here since they are pre-installed.

First Steps

  1. Ensure that R is up to date - you can download it here
  2. Ensure that RStudio is up to date - you can download it here

Packages

The README provides simplified syntax for installing all of these packages.

Tidyverse Packages

These are most easily installed by installing the entire tidyverse.

  • dplyr - tools for data wrangling
  • readr - tools for reading flat files, including .csv files

Literate Programming

These will not be referred to directly during the session but are needed for the notebook to work correctly.

  • knitr - create documents from R notebooks
  • rmarkdown - write in Markdown syntax

Other packages

  • here - file path management