Skip to Main Content

R

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: https://www.r-project.org/
  • Click on CRAN under Download tab
  • Pick any of the options under United States of America
  • Click on Download R for Linux or macOS or Windows
    • 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)
  • Click on Download R and install it (version name might chance depending on year)

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: