01 - Before The Workshop

18 April 2017

Prior to the start of the workshop everyone will need to have the software installed and tested. You will need to have R and RStudio. Get the latest versions of each and install using the defaults.

  1. R:
    • General Info
    • Windows
    • Mac
      • Note: Mac users will need to make sure they have XQuartz installed. You can check to see if you have it by looking in the directory Applications/Utilities. If you need to install it, follow this link.
  2. RStudio:

Once everything is installed, follow the instructions below to test your installation.

Open RStudio

Once installed, RStudio should be accessible from the start menu. Start up RStudio. Once running it should look something like:

RStudio Window

Find “Console” window

By default the console window will be on the left side of RStudio. Find that window. It will looking something like:

RStudio Console

Copy and paste the code

Click in the window and paste in the code from below:

version$version.string

It should say…

## [1] "R version 3.3.2 (2016-10-31)"

Or…

## [1] "R version 3.3.3 (2017-03-06)"