[R-SIG-Mac]R-1.6.1 for Darwin

Jan de Leeuw deleeuw@stat.ucla.edu
Tue, 12 Nov 2002 11:56:48 -0800


http://gifi.stat.ucla.edu/pub

This version of R-1.6.1 has new CRAN packages, updates for CRAN  
packages,
a version of RSQLite (SQLite compiles out of the box on OS X, get it  
from
http://www.hwaci.com/sw/sqlite/ if you want it), the GDAL package (get  
GDAL from
http://www.remotesensing.org/gdal/index.html or from fink, get the
package from http://keittlab.bio.sunysb.edu/R/GDAL/ if you want the  
building
blocks), and finally the bundle R.classes from  
http://www.braju.com/R/R.classes/,
which is pure R code and does not depend on any libs.

You have to load R.classes packages in a somewhat roundabout way  
(thanks to
Henrik Bengtsson for this hack).

base.agrep <- base::agrep
assign("agrep", function(...) { 1 }, env=.BaseNamespaceEnv)
library(R.oo)
assign("agrep", base.agrep, env=.BaseNamespaceEnv)

So you set agrep to an empty function and then load and then reset
agrep. Otherwise R will tell you this package was build for Win32
and will not load.

Also thanks for Tim Keitt for sending the R 1.6.1 version of GDAL. I
also include the example GTOPO30 files so you can do the Madagascar
stuff on the website (start R in this directory). They are in the  
e020s10
directory in pub.
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics
US mail: 8142 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550;  fax (310)-206-5658;  email: deleeuw@stat.ucla.edu
                  www: http://www.stat.ucla.edu/~deleeuw
======================================================================== 
====
          Remember, wherever you go, there you are. --- Buckaroo Banzai
======================================================================== 
====