[R] install.packages and warnings
Prof Brian Ripley
ripley at stats.ox.ac.uk
Wed Apr 21 09:17:34 CEST 2004
These are probably indicating many files lacking EOL on the last line. It
comes from
echo ".installPackageIndices(\".\", \"${R_PACKAGE_DIR}\")" | \
R_DEFAULT_PACKAGES=tools ${R_EXE} --vanilla >/dev/null
if test ${?} -ne 0; then
error "installing package indices failed"
do_exit_on_error
fi
AFAICS.
On Wed, 21 Apr 2004, Göran Broström wrote:
> When I install packages from CRAN I sometimes get a hint about warnings:
>
> ---------------------------------------
> > install.packages(c("Hmisc", "Design"))
> ......
> which.influence text html latex example
> There were 14 warnings (use warnings() to see them)
> * DONE (Design)
>
> Delete downloaded files (y/N)? y
>
> > warnings()
> NULL
> ---------------------------------------
> Where did the warnings go? (R-1.9.0, Debian testing/unstable)
>
> Göran
>
--
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