Skip to content
Prev 11617 / 29559 Next

rgdal installation problem

Yes, thank you Very much! -- that is just what I needed. For my purposes, the standard drivers for rgdal provided from CRAN will more than meet my needs.

So for the record, I did the following:
And then;
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 1.8.0, released 2011/01/12
Path to GDAL shared files: /Users/robinhunnewell/Library/R/2.13/library/rgdal/gdal
Loaded PROJ.4 runtime: Rel. 4.7.1, 23 September 2009
Path to PROJ.4 shared files: /Users/robinhunnewell/Library/R/2.13/library/rgdal/proj

All set now.
Thanks so much,?

Robin
On 03 May, 2011,at 03:22 PM, Roger Bivand <Roger.Bivand at nhh.no> wrote:

        
On Tue, 3 May 2011, Robin W Hunnewell wrote:

            
If you do not need drivers other than the standard ones (shapefile, 
geotiff, etc.), within R do only:

setRepositories(ind=1:2)
install.packages("rgdal")

Only use Kyngchaos if you need GDAL and the frameworks for other purposes 
other than rgdal, or if you need extra drivers for rgdal not provided as 
standard from CRAN extras.

Please report back if this meets your needs.

Roger