All software on this page is strictly experimental and subject to acceptance of the supplied R license agreement and the disclaimer at the end of the page.
Apple silicon update: it is now possible to build R for the Apple silicon arm architecture (new Macs with the M1 processor) - see our R developer blog post and the instructions in the R manual. The plan is to have an official native arm release of R 4.1.0, but in the meantime we intend to provide native builds of R-devel here - see "big-sur" builds for arm64 below and more details in the Apple silicon section. Note that the tools are still highly experimental so the arm build is also experimental and things may change as we go. That said, our current Intel releases work just fine on the new Macs as well using Rosetta 2.
Build | OS | Date | Status | Download |
---|---|---|---|---|
R-3.6-branch 3.6.3 Patched (2020/04/28, r80202) | el-capitan | Apr 20 21:18 | x86_64: OK (log) Package: OK | R-3.6-branch-el-capitan-sa-x86_64.tar.gz (67Mb) R-3.6-branch-el-capitan.pkg (78Mb, installer incl. GUI) |
R-4.0-branch 4.0.5 Patched (2021/03/31, r80136) | high-sierra | Apr 20 17:40 | x86_64: OK (log) Package: OK | R-4.0-branch.tar.gz (74Mb) R-4.0-branch.pkg (86Mb, installer incl. GUI) |
R-devel 4.1.0 Under development (unstable) (2021/03/31, r80136) | high-sierra | Mar 31 17:16 | x86_64: OK (log) Package: OK | R-devel.tar.gz (54Mb) R-devel.pkg (86Mb, installer incl. GUI) |
R-devel 4.2.0 Under development (unstable) (2021/04/20, r80202) | big-sur | Apr 20 22:37 | arm64: OK (log) Package: OK | R-devel.pkg (77Mb, installer incl. GUI) |
Important: The big-sur builds are compatible with the M1 arm-based Macs only. Intel Macs are supported by the high-sierra build which works on any macOS >=10.13 including Big Sur.
The installer image (*.pkg) is packaged exactly the same way as the CRAN release of R (including the GUI) and it will update your R version (unless you use pkgutil - see instructions during installation and/or the "Multiple versions" section of the R Installation and Administration manual).
Alternatively, you can use the tar-ball (*.tar.gz) in the table above. The tar-ball must be unpacked in the root directory using:
$ tar fvxz R*.tar.gz -C /
NOTE: The tar-ball does not contain the GUI (see below for a separate download).
NOTE: The installer includes Tcl/Tk package which will install in /usr/local. It is optional (only needed for the tcltk R package) and can be unchecked at installation time.
If you see any issues with the builds, please contact Simon Urbanek (the macOS maintainer of R) or report on the R-SIG-Mac mailing list.
Version | Build | Download |
---|---|---|
Mac OS X GUI rev. 7961 for R 3.6.x | el-capitan-Debug.dmg | R-GUI-7961-3.6-el-capitan-Debug.dmg |
Mac OS X GUI rev. 7961 for R 3.6.x | el-capitan-Release.dmg | R-GUI-7961-3.6-el-capitan-Release.dmg |
Mac OS X GUI rev. 7961 for R 4.0.x | high-sierra-Debug.dmg | R-GUI-7961-4.0-high-sierra-Debug.dmg |
Mac OS X GUI rev. 7961 for R 4.0.x | high-sierra-Release.dmg | R-GUI-7961-4.0-high-sierra-Release.dmg |
Mac OS X GUI rev. 7949 for R 4.1.x | high-sierra-Debug.dmg | R-GUI-7949-4.1-high-sierra-Debug.dmg |
Mac OS X GUI rev. 7949 for R 4.1.x | high-sierra-Release.dmg | R-GUI-7949-4.1-high-sierra-Release.dmg |
Mac OS X GUI rev. 7949 for R 4.1.x | big-sur-Debug.dmg | R-GUI-7949-4.1-big-sur-Debug.dmg |
Mac OS X GUI rev. 7949 for R 4.1.x | big-sur-Release.dmg | R-GUI-7949-4.1-big-sur-Release.dmg |
To install, open the image and drag the R icon to your Applications folder. Alternatively the GUI can be run directly off that image without copying if you just want to test it. Build configurations with "64" suffix are 64-bit builds, all others are 32-bit (except for Debug). If you want to use both, rename one of them or place them in different directories.
The big-sur arm64 build of R requires XQuartz 2.8.0_rc1 or higher to use the X11 components.
NOTE: Bob Rudis is maintaining a new version of a tool which has RSwitch functionality and more - see 3rd party RSwitch replacement (NOT related to R-Foundation or CRAN!).
More external libraries for R 4.0.0 and higher can be found in the /libs-4/ directory. For older versions see the /libs/ directory.