Created
November 9, 2015 10:18
-
-
Save helske/ac9efcf912d4f69f19bb to your computer and use it in GitHub Desktop.
This file contains 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
# install solaris virtualbox: https://gist.github.com/jeroenooms/4c61c821172ad640545d | |
# create shared folder in virtualbox which contains your package | |
# install GSL: http://www.opencsw.org/packages/gsl_dev/ | |
pkgadd -d http://get.opencsw.org/now | |
/opt/csw/bin/pkgutil -U | |
/opt/csw/bin/pkgutil -y -i gsl_dev | |
# modify path for gsl-config | |
PATH=$PATH:/opt/csw/bin | |
#go to your mounted folder and run R, install your package, do whatever you want | |
/opt/csw/bin/R | |
install.packages("Rlibeemd") | |
... | |
#no failures... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment