On Sun, 12 Oct 2003, Philippe Glaziou wrote: > Christoph Bier <[EMAIL PROTECTED]> wrote: > > i just tried to install Hmisc with > > > > > install.packages(Hmisc,installWithVers = true) > > > > but get the following error: > > > > Error in unique(pkgs) : Object "Hmisc" not found > > > > It searches in > > http://cran.r-project.org/src/contrib/PACKAGES > > where Hmisc *is* listed. Did *I* make a mistake > > or is there something else wrong? > > > You may need to quote the Hmisc object's name: > > > install.packages("Hmisc") >
I also suggest leaving out installWithVers = true (which should be TRUE or FALSE) until you need it (unlikely any time soon). -- 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
