Skip to content

Instantly share code, notes, and snippets.

@KarthiAru
Created December 16, 2016 11:26
Show Gist options
  • Select an option

  • Save KarthiAru/03b21dbee8644efecd11b5ab49ce7069 to your computer and use it in GitHub Desktop.

Select an option

Save KarthiAru/03b21dbee8644efecd11b5ab49ce7069 to your computer and use it in GitHub Desktop.
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