In order to install RStudio you need to first install R. The instructions walk through how to do this and where to find everything.

Mac OSX 10.11+

  1. Download the most recent version of R from here. This will be in the form of R-X.Y.Z.pkg. Currently it is R-4.2.1.pkg. Note: If you have a newer Mac with Apple silicon installed you might need to install the version below this with arm64 in the filename (if you aren’t certain, ignore this and if you have trouble talk to me)
  2. Once it has downloaded click on the file and follow the prompts to install it.
  3. Finally download the most recent version of RStudio from here.There should be a button that says “Download RStudio for Mac”. Once it downloads again click to load the drive and then drag the RStudio icon into your applications folder.
  4. Open RStudio to ensure that everything loads right.

Note: When you first open RStudio a window might pop-up about installing RTools or Command Line Utilities. These aren’t necessary for this course so you can ignore this.

Windows 7, 8, and 10

  1. Download the most recent version of R from here. This will be in the form of ‘Download R X.Y.Z for Windows’. Currently it is R-4.2.1
  2. Once it has downloaded click on the file and follow the prompts to install it.
  3. Download the most recent version of RStudio from here. This should look something like ‘Windows 10 RStudio 1.4.XXX’. Once it downloads again click on it and follow the install instructions.
  4. Open RStudio to ensure that everything loads right.