Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Uninstall R from Mac OSX 10.9.2

Writer 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

0

1 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/Rscript

If be exactly, from that point:

UPD: updated link to R uninstalling section

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.