On Thu, 11 Sep 2003, Swagata Nandi wrote: > I was trying to install package "quantreg" in an R session, but I got > the follwing error message: > > ERROR: cannot write to or create directory '/usr/lib/R/library'. > > Can anyone suggest what I need to do to fix it up?
Use the account you used to install R, or install to another library tree whihc you do own: install.packages (which I presume you used) has a `lib' argument. -- Brian D. Ripley, [EMAIL PROTECTED] 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 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
