Re: [R] Installing package rgdal

2011-05-28 Thread Phil Spector
Alex - Notice that the error message says "Error: proj_api.h not found." Files ending with a suffix of .h are known as header files, and on Ubuntu, they are distributed in so-called development packages, which generally end with -dev . So I'm guessing that you installed the proj-bin package, an

[R] Installing package rgdal

2011-05-28 Thread Alex Olssen
Dear R-helpers, I am trying to install the package "rgdal" using the command install.packages("rgdal") in R. I get the following error "Error: proj_api.h not found. If the PROJ.4 library is installed in a non-standard location, use --configure-args='--with-proj-include=/opt/local/include' for