Re: [R] rgdal package load problem

2012-06-21 Thread Pascal Oettli
Hello, Sorry for the confusion. I assumed you were using a portage of R through MacPorts for example. I use it, to avoid the kind of issue you are facing to. For the moment, I don't have a solution. When I will have time, I will go further. Best Regards, Pascal Le 12/06/22 10:14, BHorn a

Re: [R] rgdal package load problem

2012-06-21 Thread BHorn
Pascal Thank you for your reply.I have installed GDAL 1.9 Complete [33.6 MiB] (Snow Leopard & Lion) 2012-6-21. I have also had no problem installing the the rgdal library for R 2.15 direct form the rgdal_0.7-11.tgz. Finally, I have updated and sourced my .bash_profile file to ensure GDAL, PRO

Re: [R] rgdal package load problem

2012-06-21 Thread Pascal Oettli
Hello, Let's assume that you already installed both "proj4" and "gdal" on your computer. Then, try the following command in R prompt: > install.packages("rgdal", dependencies=TRUE, configure.args=c("--with-proj-lib=/opt/local/lib", "--with-gdal-lib=/opt/local/lib")) Best Regards, Pascal

[R] rgdal package load problem

2012-06-21 Thread BHorn
I am having trouble getting the rgal package to work on Mac OS X. I suspect it has something to do with the link between the rgal package and the associated programs GDAL and PROJ4. Here is the message I get when I attempt to load rgal > library("rgdal") Error in dyn.load(file, DLLpath = DLLpat