Software Installation Guide: R & Positron
Follow these steps in order to install R (the programming language) and Positron (the interactive development environment).
1. Install R
R must be installed before opening your development environment.
macOS
- Go to the CRAN macOS download page.
- Download the installer matching your processor architecture:
- Apple Silicon (M1/M2/M3/M4):
R-4.x.x-arm64.pkg - Intel Macs:
R-4.x.x-x86_64.pkg
- Apple Silicon (M1/M2/M3/M4):
- Open the
.pkgfile and complete the standard installation wizard.
Windows
- Go to the CRAN Windows download page.
- Click Download R for Windows.
- Run the
.exeinstaller and accept default settings. - (Recommended) Install Rtools to compile R packages from source when needed.
2. Install Positron
Positron is an extensible data science IDE developed by Posit.
- Navigate to the Positron GitHub Releases or official Posit download page.
- Download the installer for your operating system:
- macOS: Download the
.dmgand drag Positron.app into your/Applicationsfolder. - Windows: Download the
.exesetup file and run the installer. - Linux: Download the
.debor.rpmpackage matching your distribution.
- macOS: Download the
3. Verify the Setup
- Launch Positron.
- Locate the Interpreter / Console pane or the runtime indicator in the top toolbar. It should display your active R interpreter (e.g.,
R 4.x.x). - In the R Console, test your installation:
# Verify R version
version