Tech Setup

Ideally before class on Tuesday, September 5 and definitely before class on Thursday, September 7, you should follow these instructions to set up the software that we’ll be using throughout the semester. Even if you’ve already downloaded both R and RStudio, you’ll want to re-download to make sure that you have the most current versions.


Required: Change the default file download location for your internet browser.


Required: (Re)Download R and RStudio


Suggested: Watch this video describing key configuration options for RStudio.


Required: Install required packages.

install.packages(c("tidyverse"))

Optional: For a refresher on RStudio features, watch this video. It also shows you how to customize the layout and color scheme of RStudio.