[BioC] Problem with metadata
Ting-Yuan Liu
tliu at fhcrc.org
Wed Apr 12 18:30:29 CEST 2006
Hi Claudia,
Here are my suggestions for you:
(1) upgrate your R to 2.2.1. You may also want to upgrate it to
2.3.0 again after it releases. R 2.1.1 is a very old version.
(2) If you are using R 2.2.1, you could use
source("http://bioconductor.org/biocLite.R")
biocLite("hgu95a")
in R to install the correct version of hgu95a. I believe you
downloaded the hgu95a zip file from the developmental repository, but we
don't suggest to use developmental meta data packages with stable R. If
you want to try the developmental meta data packages, you should install
the developmental verison R (2.3).
HTH,
Ting-Yuan
______________________________________
Ting-Yuan Liu
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
Seattle, WA, USA
______________________________________
On Wed, 12 Apr 2006, Claudia Döring wrote:
> Hello Bioconductor-team,
>
>
>
> I have the following error:
>
>
>
> > library(hgu95a)
>
> Error in library(hgu95a) : there is no package called 'hgu95a'
>
> > utils:::menuInstallLocal()
>
> package 'hgu95a' successfully unpacked and MD5 sums checked
>
> updating HTML package descriptions
>
> > library(hgu95a)
>
> Error: This is R 2.1.1, package 'hgu95a' needs >= 2.3.0
>
>
>
> I download the hgu95a zip-file from the Bioconductor site (metadata).
> Installation is o.k, but when I load the package, than I get the error. But
> the R version 2.3.0 isnt exist or only as a beta version.
>
> Can you help me?
>
>
>
> Thank you very much.
>
>
>
> Sincerely Yours truly,
>
>
>
> Claudia Dring
>
>
> [[alternative HTML version deleted]]
>
>
More information about the Bioconductor
mailing list