Skip to main content

The R Project for Statistical Computing Installation

macOS

  1. Download and install the latest version of The R Project for Statistical computing for macOS here.

  2. For an integrated development environment (IDE) / graphical interface, you can also download and install R Studio from here.

Debian on Windows 10 (Windows Subsystem for Linux)

First ensure that you have installed Debian and Windows Subsystem for Linux (WSL) as described in Linux for Windows.
From within the Debian terminal, type the following commands one at a time, each followed Enter:

  1. sudo apt-get update

  2. sudo apt install r-base r-base-dev

  3. Confirm installation worked by running R: type R followed by Enter in the Debian terminal. R should launch. Quit R by typing q() followed by Enter.

Windows (not inside Windows Subsystem for Linux)

  1. Download and install the latest version of The R Project for Statistical computing for Windows here.

  2. For an integrated development environment (IDE) / graphical interface, you can also download and install R Studio from here.