Created
February 25, 2015 09:14
-
-
Save bmpvieira/933f0a655eac9bf2295b to your computer and use it in GitHub Desktop.
Setup R with LEA package (because it segfaults on OSX) http://membres-timc.imag.fr/Olivier.Francois/LEA/software.htm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup R with LEA package (because it segfaults on OSX) | |
# http://membres-timc.imag.fr/Olivier.Francois/LEA/software.htm | |
# Run one by one the following commands | |
brew install boot2docker docker | |
boot2docker init | |
boot2docker up | |
docker run -it -v ~/Downloads:/Downloads r-base | |
docker run -it r-base | |
install.packages("/Downloads/LEA_0.2.tar", repos = NULL, type = "source") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment