Skip to content

R vs. Microsoft R-Open updates?

2 messages · cgw at witthoft.com, Duncan Murdoch

#
I posted to the Microsoft forums, and got this reply from David Smith, 
one of the biggies over at RStudio: 

Furthermore, you must *uninstall* MRO if you wish to replace it with
CRAN R, or you'll experience the symptoms you describe (wrong program
icon, etc.). The uninstallation instructions are provided on MRAN,
here:https://mran.microsoft.com/archives/install-doc/mro-3.2.4/#tab-NJeMmo0uxW-1


   cd /Applications
   sudo rm -rf "Microsoft R Open".app
   cd /Library/Frameworks
   sudo rm -rf R.framework
   sudo rm -rf /usr/local/bin/R 
   sudo rm -rf /usr/local/bin/Rscript
When you look at the MRO installation of R, the MRO.app looks just like
your (and Stephan Iacus and the other contributors) R.app at least to my
intermediate-level understanding of how to measure similarity. It
includes citation of authorship but they did change the names of icons.
The TO-DO list is identical. The png ions for history, prefs, quit, the
NEWS text file, and many other items in the package contents are the
same. This is a side by sided display of the Package Contents (converted
to pdf):

It would be no surprise if two installations of the same version
conflicted since they are using the same names for many modules and
because Revo/MS says they will conflict, unless that is ... they were in
different directories in the R.Framework tree, which is often the case
with the MRO releases, since they generally lag behind by one major
version level. My MRO version 3.2.2 has been working well alongside R
version 3.3.0 and now 3.3.1. RSwitch.app seems to "switch" everything
that is needful.
#
On 29/06/2016 11:56 AM, cgw at witthoft.com wrote:
No, David isn't at RStudio.  He was at Revolution, but it was bought 
(assimilated?) by Microsoft, so he's there now.

Duncan Murdoch