R + RStudio Installations

This document explains how to access and download the installation files for the R programming language and RStudio Integrated Development Environment (IDE).

II. Navigation

  1. Navigating The RStudio IDE

   

RStudio Environment

The statistical programming language R is used in RStudio, which “is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.

RStudio is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or in a browser connected to RStudio Server or RStudio Workbench (Debian/Ubuntu, Red Hat/CentOS, and SUSE Linux)” (RStudio, n.d.).

   

Windows Installations

Steps for Installing R: Windows (PC) Users

  1. Install the R Programming language by navigating to the following link on your browser:
    cran.r-project.org

  2. Click Download R for Windows

  3. Click on install R for the first time, which should take you to the latest version.

  4. Follow the prompts of the installation, accepting all default settings.

   

Steps for Installing RStudio: Windows (PC) Users

  1. Open up the following link in a new tab on your browser: https://rstudio.com/products/rstudio/download/

  2. Download the free version of RStudio Desktop by clicking “DOWNLOAD.”

  1. Click the version recommended for your system or the latest Windows version.

   

MAC OS Installations

Steps for Installing R: Mac Users

  1. Install the R Programming language by navigating to the following link on your browser:
    cran.r-project.org

  2. Click Download R for (Mac) OS X

  3. This will take you to a new page that showcases various release versions. Check with your organization for the release version being used there and download it on this page. Otherwise, download the .pkg file with the highest number.

  4. Follow the prompts of the installation, accepting all default settings.

   

Steps for Installing RStudio: Mac Users

  1. Open up the following link in a new tab on your browser:
    https://rstudio.com/products/rstudio/download/

  2. Download the free version of RStudio Desktop by clocking “DOWNLOAD.”

  1. Click on the version that is recommended for your system.

  2. Open the .dmg file and drag and drop RStudio to your applications folder.

   

Next