Skip to content

Instantly share code, notes, and snippets.

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 ibarraespinosa/09cb3845382694ede66e8f1c2e5c47c3 to your computer and use it in GitHub Desktop.
Save ibarraespinosa/09cb3845382694ede66e8f1c2e5c47c3 to your computer and use it in GitHub Desktop.
install units
# todas las librerias basicas tienen que ser instaladas con
./configure --prefix=$HOME/basic
install.packages("units", configure.args="--with-udunits2-lib=$HOME/basic/lib --with-udunits2-include=$HOME/basic/include")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment