[R] update.packages

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Nov 30 17:42:14 CET 2006


On Thu, 30 Nov 2006, Giovanni Parrinello wrote:

> Dear All,
> from some days when I try to update the installed packages I receive
> this answer:
> update.packages(ask='graphics')
> --- Please select a CRAN mirror for use in this session ---
> Error in as.list(read.dcf(file = file)[1, ]) :
>        indice fuori limite # index out of bound
> TIA
> Giovanni
> PS: I have already tried to solve the problem reinstalling R or changing
> the options of update.packages..

You have a corrupt package installed.  This is an R error just like any 
other, so you should use the debugging tools described in 'Writing R 
Extensions' to find which one, and remove it.

-- 
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