Skip to content
Prev 298073 / 398498 Next

rgdal package load problem

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


Le 22/06/2012 03:11, BHorn a ?crit :