[R] warnings and errors with R CMD INSTALL
Dirk Eddelbuettel
edd at debian.org
Thu Jan 6 05:28:29 CET 2005
On Wed, Jan 05, 2005 at 12:59:23AM +0100, thomas wrote:
> 2. install.packages("accuracy", "zoo", "abind")
Packages like zoo, abind and RODBC (from your other mail) are actually
available pre-built for Debian. If you file /etc/apt/sources.list points to
Debian and Ubuntu (and you can have Ubuntu at higher priority; google for
"apt-get pinning") you can say
$ apt-get install r-cran-zoo r-cran-abind r-cran-rodbc
There are a few dozen more packages.
Lastly, the Quantian (http://dirk.eddelbuettel.com/quantian) distribution
has essentially all CRAN packages pre-installed.
Hth, Dirk
--
If you don't go with R now, you will someday.
-- David Kane on r-sig-finance, 30 Nov 2004
More information about the R-help
mailing list