Wednesday, April 23, 2014

Install rgdal issues.

install.packages("rgdal") - this command throws some annoying errors. 

I have tried to install rgdal on my Ubuntu 12.04 instance, but it is not as straight as installing "sp" or any other packages. It demands the pre-installed GDAL and proj.4.
      
$ sudo apt-get install libgdal1-dev libproj-dev
$ sudo R
> install.packages("rgdal")

No comments:

Post a Comment

Add any comments if it helped :)