How do I install multiple versions of R on a Mac without overwriting the old version? Where are the appropriate places to install them?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The most appropriate place would be in the
R.frameworkdirectory. I have versions dating back to R 2.7 on this machine. Installing of a new version from the binary installation package will not overwrite earlier versions. This is what dragging the symlink “Current Version” folder gives when I drag-drop it into the current console window:It’s actually a reference to:
(This is where the binary installer from CRAN will put successive versions by default if you just click OK to all the dialog boxes during installation.)