Skip to content

Instantly share code, notes, and snippets.

@Altons
Created April 8, 2014 09:31
Show Gist options
  • Save Altons/10104339 to your computer and use it in GitHub Desktop.
Save Altons/10104339 to your computer and use it in GitHub Desktop.
Uninstall previous R installation
sudo R --no-save
pkgList <- installed.packages(priority='NA')
remove.packages(pkgList)
q()
sudo apt-get remove --purge r-cran* r-base*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment