Uninstall R from Mac OSX 10.9.2
Sebastian Wright
How do I uninstall R from my MacBook Pro OSX 10.9.2?
I need to reinstall a later version (The version for the Mavericks operating system.)
Sincerely Joe Mark
01 Answer
In the "R Installation and Administration" manual says next:
If you want to get rid of R more completely using a Terminal, simply run (prepend sudo if needed):
rm -rf /Library/Frameworks/R.framework /Applications/R.app \
/usr/bin/R /usr/bin/RscriptIf be exactly, from that point:
UPD: updated link to R uninstalling section
2