Skip to content

Instantly share code, notes, and snippets.

@briandk
Created March 27, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandk/8b97fe7fa020ee668bd04f1614b6ce31 to your computer and use it in GitHub Desktop.
Save briandk/8b97fe7fa020ee668bd04f1614b6ce31 to your computer and use it in GitHub Desktop.
Completely (or as completely as I can) uninstalling R on OS X
sudo rm -rf /Library/Frameworks/R.framework \
/Applications/R.app \
/usr/bin/R /usr/bin/Rscript
pkgutil --regexp --forget org\.r-project*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment