Closed rebelwarrior closed 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
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.
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
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.