Created
July 23, 2021 17:57
-
-
Save ibarraespinosa/09cb3845382694ede66e8f1c2e5c47c3 to your computer and use it in GitHub Desktop.
install units
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
# 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