[R] Error with package update

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Oct 28 13:17:57 CEST 2004


The NEWS file in R-patched has

    o	Using install.packages() to install the same package to more
	than one library gave an incorrect warning message.

which looks like the same thing.  I've not actually seen this give an
error, but it could if there were more than one package being installed to
more than one library, as may be happening here.

Try using update.packages() on a specific library at a time -- and do read 
the posting guide and remember to tell us what precisely you were doing at 
the time (and that there is no version R 2.0!).


On Thu, 28 Oct 2004, Dan Bebber wrote:

> I received the following error when I attempted to update my packages:
> 
> updating HTML package descriptions
> Warning messages: 
> 1: DESCRIPTION file of package  'file28862'  missing or broken
>  in: packageDescription(p, lib = lib, fields = pkgFlds) 
> 2: number of columns of result
>         not a multiple of vector length (arg 2) in: rbind(retval, c(p, lib,
> desc)) 
> 3: DESCRIPTION file of package  'file7460'  missing or broken
>  in: packageDescription(p, lib = lib, fields = pkgFlds) 
> 4: number of columns of result
>         not a multiple of vector length (arg 2) in: rbind(retval, c(p, lib,
> desc)) 
> 5: DESCRIPTION file of package  'file28862'  missing or broken
>  in: packageDescription(i, fields = "Title", lib.loc = lib) 
> 6: DESCRIPTION file of package  'file7460'  missing or broken
>  in: packageDescription(i, fields = "Title", lib.loc = lib) 
> 
> I am running R 2.0 on Windows XP.

It is R >2.0.0< !!

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