Skip to content

Instantly share code, notes, and snippets.

@helske
Created November 9, 2015 10:18
Show Gist options
  • Save helske/ac9efcf912d4f69f19bb to your computer and use it in GitHub Desktop.
Save helske/ac9efcf912d4f69f19bb to your computer and use it in GitHub Desktop.
# 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