RevolutionAnalytics / RRO

Revolution R Open
http://mran.revolutionanalytics.com/download/
GNU General Public License v2.0
86 stars 25 forks source link

MRO-3.2.3 mac does not create a shell R executable #271

Closed rebelwarrior closed 8 years ago

rebelwarrior commented 8 years ago

which R produces nothing on a clean install of MRO. (El Capitan)

I think this only happens on a clean install. I did an upgrade on another computer and it either preserved (or did install) the command line executable at /usr/bin/R However a clean install created no command line options.

sfweller commented 8 years ago

This is a known issue. The new version of MRO currently does not create a '/usr/bin/R' link on the Mac. You will need to create it manually using the 'ln' command:

For example: ln -s /Library/Frameworks/R.framework/Resources/bin/R /usr/local/bin/R

If you create this link, then the command 'system("which R")' will work in MRO. I am not sure why we no longer create the link in '/usr/bin', but we will consider that for the next release.

Stephen Weller Microsoft R Open Technical Support

rebelwarrior commented 8 years ago

Thanks.

On Jan 20, 2016, at 7:18 PM, Stephen Weller notifications@github.com wrote:

This is a known issue. The new version of MRO currently does not create a '/usr/bin/R' link on the Mac. You will need to create it manually using the 'ln' command:

For example: ln -s /Library/Frameworks/R.framework/Resources/bin/R /usr/local/bin/R

If you create this link, then the command 'system("which R")' will work in MRO. I am not sure why we no longer create the link in '/usr/bin', but we will consider that for the next release.

Stephen Weller Microsoft R Open Technical Support

— Reply to this email directly or view it on GitHub.

j-martens commented 8 years ago

Hello,

We have re-released Microsoft R Open 3.2.3 for OS X with a fix for this. You can download it from here: https://mran.microsoft.com/download/

Thanks, Josée