Hi Martin, Thanks for your advice.
Ran following code on R-2.12.0 32bit as admin > for(lib in .libPaths()) { + descs <- Sys.glob(file.path(lib, "*", "DESCRIPTION")) + sizes <- file.info(descs)$size + names(sizes) <- descs + print(sizes[sizes < 100]) + } named numeric(0) named numeric(0) Where are the above files? B.R. Stephen L ----- Original Message ---- From: Martin Morgan <mtmor...@fhcrc.org> To: Stephen Liu <sati...@yahoo.com> Cc: r-help@r-project.org Sent: Sun, November 21, 2010 2:10:52 PM Subject: Re: [R] Problem on running update On 11/20/2010 08:56 PM, Stephen Liu wrote: > Hi folks, > > Win 7 64bit > R 2.12.) > > Today on running: > >> update.packages() > Error: subscript out of bounds > > Unable to proceed. I have been googling around and couldn't discover the > cause. Pls help. TIA Hi Stephen -- maybe https://stat.ethz.ch/pipermail/r-help/2010-November/259912.html Martin > > > B.R. > Stephen L > > > > ______________________________________________ > R-help@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. -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793 ______________________________________________ R-help@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.