R Language Logo S Language Logo


R Source Packages

On most system, you can install any of these packages by issuing (from the command prompt)
   R CMD INSTALL pkg-name_X.Y-Z.tar.gz
For details, see the R Installation and Administration manual in CRAN and the various INSTALL files below for compilation requirements and details.

R Windows Binary Packages

All these binary packages were built on a Windows 2000 system using the Rtools, except as noted.

S-Plus Source Packages

We no longer use these packages, they're here only for historical reasons (they're self-contained, thus the older DBI classes and functions are included in each of them).

Two issues associated with R 1.8.0

Note that these packages require the methods package, and thus installed as binary images. This means that binary (not source) packages installed in R versions prior to 1.8.0 need to be updated and re-installed.

A minor problem in R 1.8.0

A tiny problem in the methods package in R version 1.8.0 causes the following problem with the RS-DBI packages:
> m <- dbDriver("MySQL")
> Error in dbDriver("MySQL") : couldn't find function ".valueClassTest"
(the same problem occurs with ROracle and RSQLite).

The following are some workarounds:


David A James
Bell Labs, Lucent Technologies
600 Mountain Ave
Room 2C-253
Murray Hill, NJ 07974-0636
(908) 582-3082 (voice)
(908) 582-3340 (fax)