Unit 1: Getting StaRted
Lab 1: Installing R and RStudio
It is helpful for us as instructors and you as students to all be working in the same environment.
RStudio is a nice, easy, clean program that sits on top of R and works on all operating systems. It is also free.
Windows
To install R:
- Open an internet browser and go to www.r-project.org.
- Click the “download R” link in the middle of the first paragraph under “Getting Started.”
- Select a CRAN location (a mirror site) and click the corresponding link.
- Click on the “Download R for Windows” link at the top of the page.
- Click on the “install R for the first time” link at the top of the page.
- Click “Download R for Windows” and save the executable file somewhere on your computer.
- Run the .exe file and follow the installation instructions.
Now that R is installed, you need to download and install RStudio.
To install RStudio:
- Go to www.rstudio.com and click on the “Download RStudio” button.
- Click on “Download RStudio Desktop.”
- Click on the version recommended for your system, or the latest Windows version, and save the executable file.
- Run the .exe file and follow the installation instructions.
- If a window pops up to ask if you want to install “command line developer tools”, there is no need.
Mac
To install R:
- Open an internet browser and go to www.r-project.org.
- Click the “download R” link in the middle of the first paragraph under “Getting Started.”
- Select a CRAN location (a mirror site) and click the corresponding link.
- Click on the “Download R for (Mac) OS X” link at the top of the page.
- Click on the file containing the latest version of R under “Files.”
- Save the .pkg file, double-click it to open, and follow the installation instructions.
Now that R is installed, you need to download and install RStudio.
To install RStudio:
- Go to www.rstudio.com and click on the “Download RStudio” button.
- Click on “Download RStudio Desktop.”
- Click on the version recommended for your system, or the latest Mac version, and save the .dmg file on your computer.
- Double-click it to open, and then drag and drop it to your applications folder.
- If a window pops up to ask if you want to install “command line developer tools”, there is no need.
Get ready for some gRRRReat fun!
What is a pirate’s favourite language?
R!
Updated: 2018-08-28