[R] install.packages() for a local file
Jeff Gentry
jgentry at jimmy.harvard.edu
Thu Nov 13 22:01:55 CET 2003
> There is a method to install a package from a local file.
> From the unix command line, use
> R INSTALL
> possibly using
> R CMD build
> first.
Right.
I already do this within the function (I need to install the packages from
inside of R), but was going through trying to find redundant code and
thought this might be a place where I could replace one of my functions
with a call to one of R's functions.
More information about the R-help
mailing list