I did this recently with a kyngchaos binary build of rgdal, rgdal_0.6-12.tgz and R 2.9.2.

I'll assume you have current rgdal binary package file in a directory somewhere.
(looks like 0.6-18 is current)

Here is what I did (with version 0.6-12).
Note that I work from the command line, not from the R Gui, but it should work either way.

cd to the directory containing the rgdal file.
Start R (type "R" at the command line)
At the R command prompt, give the command

   install.packages( 'rgdal_0.6-12.tgz' , type='binary', repos=NULL)

That should do it, assuming any and all resources required by rgdal are already installed, and installed in places where the kyngchaos rgdal expects to find them. This is pretty well documented on the kyngchaos webpage, and it looks like you've been paying attention to that, since you already installed GDAL (the kyngchaos framework build of GDAL, right?) The kyngchaos build of rgdal may have other requirements besides GDAL, I don't remember.

-Don


At 10:51 AM -0700 10/30/09, Pablo Alvarez wrote:
Hello,
We (two mac users) have been attempting to install rgdal from "http://*www.*kyngchaos.com/software:frameworks";, given that it is not available as a binary on the CRAN (binaries) of the "Package Installer". I have also tried to solve this problem by looking on the net for an old question, and though I have found it, the answers do not help very much because our porgraming skills are embryonic. Our GIS professor has suggested we ask you guys how to proceed with the CRAN (source). Any suggestions or direction to an old document dealing with this?
Thank you very much for your help,
Pablo and Margarita
PS. We have already installed: GDAL (for QGIS) and "sp" (for R)
_________________________________________________________________



        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://*stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://*www.*R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


--
--------------------------------------
Don MacQueen
Environmental Protection Department
Lawrence Livermore National Laboratory
Livermore, CA, USA
925-423-1062

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to