Created
December 16, 2016 11:26
-
-
Save KarthiAru/03b21dbee8644efecd11b5ab49ce7069 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.packages('rgdal', type = "source", configure.args=c( | |
| '--with-gdal-config=/Library/Frameworks/GDAL.framework/Programs/gdal-config', | |
| '--with-proj-include=/Library/Frameworks/PROJ.framework/Headers', | |
| '--with-proj-lib=/Library/Frameworks/PROJ.framework/unix/lib')) | |
| install.packages('rgeos', type = "source", configure.args=c( | |
| '--with-gdal-config=/Library/Frameworks/GDAL.framework/Programs/gdal-config', | |
| '--with-proj-include=/Library/Frameworks/PROJ.framework/Headers', | |
| '--with-proj-lib=/Library/Frameworks/PROJ.framework/unix/lib')) | |
| install.packages('maptools', dependencies=TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment