[R] update packages from local

Uwe Ligges ligges at statistik.tu-dortmund.de
Sun Jan 3 18:55:44 CET 2010


1. Please quote the old threat, at least I do not keep old messages.
2. Try install.packages() from a freshly started R (that has not loaded 
the package in advance).
3. Since I am doing things in the shell for package development anyway, 
I tend to call package installation from the shell as well:

R CMD INSTALL foo_x.y-z.tar.gz

Uwe Ligges



Wayne (Yanwei) Zhang wrote:
> Thanks. But I after I restarted R, it is still the old version of the package that is 
> loaded. Am I using the update.packages() correctly?
> Regards,
> Wayne (Yanwei) Zhang
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list