Tech Setup

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-install 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.





Required: Set essential RStudio options.

Go to Edit > Preferences > General

Navigate to the “Workspace” section.

Without doing this RStudio will save all of the objects in your Environment. In practice, this leads to all of the objects, datasets, etc that you have ever worked with at Macalester being loaded in when you start RStudio.