On Thu, 29 Oct 2009, hadley wickham wrote: (quoting Duncan Murdoch without attribution, tut tut)
Do you have write permission in C:\Program Files\R\R-2.9.2\library? It could be that the installer just tried to create the QRMlib subdir, and failed, and that's why it doesn't exist.One possible reason for failure is that your virus checker prevented the R installer from creating a new directory.
Another (more likely, and mentioned in the rw-FAQ) is that a file indexing service prevented the file being renamed.
As I understand this thread, the OP was able to install several packages but the last one failed. That's more consistent with file indexing (a concurrent process that will interfere apparently randomly) than with permission issues. Anti-virus software normally intervenes before the file gets written, not on renaming.
-- 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-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.