On 04/09/2013 19:58, Geoff Jentry wrote:
Can you add some details?
Suppose i have the package Model.tar.gz and my writable are is in
user/area, what i have to do next to install the package?
What I was picturing was something like this (forgive me if syntax isn't
100%):
mkdir user/area/myRLib
R CMD INSTALL --library=user/area/myRLib Model.tar.gz
and then in R:
library(Model, lib.loc="user/area/myRLib")
Note though Brian Ripley's response to me where he indicates that this
is handled automatically.
Yes, install.packages("Model.tar.gz") should suffice.
-J
______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Brian D. Ripley, rip...@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel