I recently upgraded my Mac from macOS 10 to 12 at an Apple-authorized service center. Since then, RStudio keeps aborting the session. I tried R 4.5.1 with RStudio 2024.09.0, and also RStudio 2022.07.1, but the issue persists. I'm unable to identify the cause. Could you please help troubleshoot this?
Older versions of RStudio do not appear to be compatible with R 4.5.x. Can you upgrade to RStudio 2025.05.0?
I have an old Mac Air (2017). So I could not upgrade the OS beyond version 12. Thats' why I could only use R studio version compatible with Mac OS 11+. Should I download an older version of R?
It looks like the latest release of RStudio is only intended for OS 13+ so you'll need to downgrade your RStudio to a version that's compatible with your MacOS version. Then, you'll also need to download a version of R compatible with that version of RStudio.
Finally, you'll probably want to set your CRAN mirror to be one of the daily snapshots of Posit Package Manager that aligns with the release date of the version of R you're using. This step is a bit more involved, but is necessary to make sure you're downloading versions of R packages that are compatible with the version of R you're running.
Thank you for your reply. I downgraded both R and Rstudio and can now use Rstudio. Though it was mentioned that R 4.5.1 and RStudio 2024.09.0 are compatible with Mac OS 11+, after downgrading R to 4.2.3 and Rstudio to 2022.07.1, it started working.