Skip to content
Prev 10558 / 29559 Next

Installation of rgdal from CRAN on MACOSX does not work

Hi Agus,

I have just installed rgdal package on MacOSX 10.6.5 yesterday. It is
very simple.
What you should do is two steps.
1. install rgdal and proj
2. install rgdal as source

If you use MacPorts, you may just do the followings:
$ sudo port install gdal proj
then run 64-bit R. Inside R, you may execute the followings:
'--with-proj-lib=/opt/local/lib')
If you run 32-bit R, you will fail because ports were complied as 64-bit.

Hope it helps you.



2010/12/30 Roger Bivand <Roger.Bivand at nhh.no>: