Skip to content

Instantly share code, notes, and snippets.

@papas8105
Last active September 10, 2015 12:48
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 papas8105/2cbd941dceb1678918ea to your computer and use it in GitHub Desktop.
Save papas8105/2cbd941dceb1678918ea to your computer and use it in GitHub Desktop.
Problem fix of graphics in ubuntu 14.04 and R.
Delete everything that has to do with with the previous versions of R<3.2.2 (in case you need to do it manually type $which R, to
see where R is installed and delete as super user).
*After cleaning everything up including R-studio issue the commands
sudo add-apt-repository ppa:marutter/rdev
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install r-base
sudo apt-get install r-base-core
sudo apt-get install r-recommended
sudo apt-get install r
sudo apt-get install r-base
*Flush bash with $hash -r and reinstall R-studio.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment