View on GitHub

Introduction to R

a whirlwind crash course on awesome things in R

Installation instructions: R and RStudio

This course requires three installations:

  1. R is a statistical programming language
  2. RStudio is an integrated development environment (IDE) that allows you to code in R more easily
  3. Tidyverse is a collection of R packages (software tools) designed for analyzing data

Please make sure you install all three items listed above following instructions for your operating system for R and RStudio (R must be installed first), then opening RStudio to install Tidyverse.

RWindows

macOS

Tidyverse

Tidyverse is a collection of packages containing additional software we’ll be using in this workshop. A few notes about package installation:

You have two options for installing Tidyverse using RStudio:

Packages tab

Console