Skip to content

Instantly share code, notes, and snippets.

@bmpvieira
Created February 25, 2015 09:14
Show Gist options
  • Save bmpvieira/933f0a655eac9bf2295b to your computer and use it in GitHub Desktop.
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
# 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