Skip to content

Instantly share code, notes, and snippets.

@elmerehbi
Last active November 30, 2017 09:42
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 elmerehbi/92277ceeeb4049748f206182c89b512b to your computer and use it in GitHub Desktop.
Save elmerehbi/92277ceeeb4049748f206182c89b512b to your computer and use it in GitHub Desktop.
#!/bin/bash
# run as follows:
# chmod u+x install_R_esac.sh
# ./install_R_esac.sh
rm -rf install_R.sh*
rm -rf r-customize.R*
rm -rf .Rprofile*
rm -rf mro.tar.gz
wget https://gist.githubusercontent.com/elmerehbi/88d30cf8b09dc933335c4529dda2d752/raw/08e497a2ef35bf65ac39441239b4d1803d5f8272/.Rprofile
wget https://gist.githubusercontent.com/elmerehbi/3a7bfc2afc89c9d88a258a7519ff7946/raw/c99c53220595bca414862146b7c83bcf8d551a09/r-customize.R
wget https://gist.githubusercontent.com/elmerehbi/647d266a0f13141bd93ed3a619fe32ba/raw/4ad746a174f4f8f37c153509da970f5707021c38/install_R.sh
cp .Rprofile ~/
chmod u+x install_R.sh
sudo ./install_R.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment