Skip to Main Content

Research Guides

R and R Studio

This guide provides general information about R and R Studio for data manipulation, analysis, and visualization.

Download R

First, you need to download and install the R programming language itself. You can use R to conduct analysis, but most people prefer RStudio for its interface. If you use RStudio, you still need to download R.

You can download R directly from the following website:

  • The R Project for Statistical Computing: External Link to R Project Website
  • Click on CRAN under Download tab
    • Screenshot of CRAN download website
  • Pick any of the options under United States of America
    • Screenshot of CRAN download options for USA
  • Click on Download R for Linux or macOS or Windows
    • Screenshot for CRAN R download options
    • For macOS users, downloading is more straightforward. Click on the download file depending on the version of your macOS.
  • Click on Install R for the first time (we also recommend downloading and installing Rtools for future use)
    • Screenshot for instructing downloading R from CRAN
  • Click on Download R and install it (version name might chance depending on year)
    • Screenshot for downloading R windows version

Download R Studio

Second, most R users will want to download and install RStudio. RStudio is an interface created by Posit that provides a relatively use-friendly interface for working with R code, data, and analyses. After you have installed R, you can download and install RStudio from the following website: