rgdal and other GIS-related packages for Mac OS X
[This article was first published on Things I tend to forget » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
CRAN contains ready-made binary packages for nearly all of its packages, but rgdal is one which I keep finding myself trying to install from source whenever I upgrade R.
Compiled versions of rgdal, along with prerequisites and complements like the GDAL framework, GRASS, and even the old FFTW3 can be found at KyngChaos’s Wiki:
Update 10/10/10:
I don’t remember needing to do this before, but
$ ln -s /Library/Frameworks/GDAL.framework/Programs/gdal-config /usr/local/bin
makes the rgdal source package installation work on R 2.11.1.
To leave a comment for the author, please follow the link and comment on their blog: Things I tend to forget » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.