[R] car package dependencies
Daniele Medri
madrid at linuxmeeting.net
Thu Jun 12 13:35:31 CEST 2003
Alle 13:08, giovedì 12 giugno 2003, Torsten Hothorn ha scritto:
> that does not need to work. `install.packages' in a pre-compiled
> distribution of R (for Unix) cannot safely assume that compilers /
> translators / linkers / shared libraries needed for building a
> package are available (at runtime) in the places determined at
> compile time. Missing `f2c' or `-lreadline' produce a lot of "cannot
> install package xyz" threads on this list...
What about a Unix system without a compiler? ;)
With less than 50Mb of usefull software, you can compile and gain more
performance than generic bin for your own stats.
Look at:
install.packages -> es. install.packages("Rcmdr")
update.packages() -> es. update.packages()
library() -> es. library(car), library(lattice)
--
Daniele Medri <daniele.medri @ libero.it>
homepage: http://www.linux.it/~madrid/
"Statistics are like bikinis. What they reveal is suggestive,
but what they conceal is vital" - Aaron Levenstein
More information about the R-help
mailing list