Installation Report
Installation Report
When switching from an Android device to macOS, I had to be careful during the first-time installation of R and RStudio because the setup process is different on Mac computers. One challenge I encountered was selecting the correct R installer, as CRAN provides versions tailored for both Intel and Apple Silicon Macs. Initially, I almost chose the Intel version, but after checking my Mac's specifications, I realized that the arm64 version was needed for Apple Silicon. Additionally, macOS displayed security warnings when I first opened RStudio, which made the process a bit confusing.
Resolutions and Verification
To address these issues, I downloaded the R-4.5.1-arm64.pkg installer, which is optimized for Apple Silicon hardware, and reinstalled R without further complications. For RStudio, I navigated to System Settings → Privacy & Security and allowed it to open despite the warning. Once both R and RStudio were open, I verified their functionality by running the commands R.version.string and RStudio.Version()$version in the RStudio Console. These commands confirmed that the latest versions were installed correctly and were operating properly on my Mac.
System Details
Operating System: macOS Sequoia 15.6.1
R version: 4.5.1 (Apple Silicon build, arm64)
-
RStudio version: 2025.05.1.513 (released June 5, 2025)

Comments
Post a Comment