Skip to content
Prev 8011 / 15075 Next

rgdal installation problems

Do you have the following in a .bash_profile, or some equivalent?:

export PATH=/Library/Frameworks/GDAL.framework/Programs:$PATH
export PATH=/Library/Frameworks/PROJ.framework/Programs:$PATH
export PATH=/Library/Frameworks/SQLite3.framework/Programs:$PATH
export PATH=/Library/Frameworks/UnixImageIO.framework/Programs:$PATH

(at least the first and second will be needed)

Alternatively, see:
http://www.kyngchaos.com/macosx/notes/shell

I suspect that rgdal will not install successfully unless an R session
is able to "see" GDAL and probably also PROJ.4

John Maindonald             email: john.maindonald at anu.edu.au
phone : +61 2 (6125)3473    fax  : +61 2(6125)5549
Centre for Mathematics & Its Applications, Room 1194,
John Dedman Mathematical Sciences Building (Building 27)
Australian National University, Canberra ACT 0200.
http://www.maths.anu.edu.au/~johnm
On 17/05/2011, at 1:45 AM, Agustin Diez Castillo wrote: