Re: [R] install.packages and warnings

2004-04-21 Thread Prof Brian Ripley
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_

[R] install.packages and warnings

2004-04-20 Thread Göran Broström
When I install packages from CRAN I sometimes get a hint about warnings: --- > install.packages(c("Hmisc", "Design")) .. which.influence texthtmllatex example There were 14 warnings (use warnings() to see them) * DONE (Design)