[R] Integration between R & latex
Prof Brian Ripley
ripley at stats.ox.ac.uk
Sun Oct 12 11:05:26 CEST 2003
On Sun, 12 Oct 2003, Philippe Glaziou wrote:
> Christoph Bier <christoph.bier at web.de> 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, ripley at 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
More information about the R-help
mailing list