Skip to content
Prev 106444 / 398513 Next

Upgrading

On Wed, 2006-12-20 at 11:37 -0500, DEEPANKAR BASU wrote:
The "cannot create HTML package index" message hints toward insufficient
privileges -- during "update.packages()" R should run with administrator
privileges, so you have to start it via "sudo R". The reason for the
other error messages could be also unavailable source packages due to
interrupted network connectivity, but generally the best approach is to
set up a larger number of scrollback lines in the terminal (the default
could be insufficient) and to inspect the output for the specific reason
for the "non-zero exit status". Please note, that you may also need
r-base-dev (along with some other) installed in order to successfully
compile any of the packages available at CRAN.

HTH,
Ivailo