[BioC] Problems with aCGH library
Robert Gentleman
rgentlem at jimmy.harvard.edu
Mon Nov 15 18:29:05 CET 2004
On Mon, Nov 15, 2004 at 12:17:21PM -0500, Christopher, Neil (NIH/NCI) wrote:
> Whenever I try to load the aCGH library I get an error:
>
>
>
> Error in library(pkg, character.only = TRUE, logical = TRUE, lib.loc =
> lib.loc) :
>
> 'repeated' is not a valid package -- installed < 2.0.0?
>
>
And when you upgraded R to the 2.0.0 release you do not seem to have
upgraded the packages. You must do so. The error message is pretty
clear, get a new version of repeated. As for from where, the
first thing to try is
install.packages("repeated")
which works for CRAN packages,
or
library(reposTools)
install.packages2("repeated")
which works for BioC packages.
>
> I have installed the "arrayCGH" library using getBioC successfully. I
> cannot find any information on this 'repeated' package. Is there anywhere I
> can download it?
>
>
>
> Neil
>
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
--
+---------------------------------------------------------------------------+
| Robert Gentleman phone : (617) 632-5250 |
| Associate Professor fax: (617) 632-2444 |
| Department of Biostatistics office: M1B20 |
| Harvard School of Public Health email: rgentlem at jimmy.harvard.edu |
+---------------------------------------------------------------------------+
More information about the Bioconductor
mailing list