[BioC] Where are the new metadata packages

John Zhang jzhang at jimmy.harvard.edu
Tue Mar 16 16:07:33 MET 2004


>A few days ago versions 1.5.1 of several data packages have been announced and 
were accessible for a little while. However, I no longer find them, the links on 
the bioconductor page lead to version 1.5.0 (e.g. for GO) and download.packages2 
fetches version 1.5.0 of GO. 

We have decided to also have a release (currently 1.5.0) and developmental 
version (currently 1.5.1) of annotation data packages. The link to metaData is 
for the release version. Our system is not quite ready for the developmental 
version yet. A very temporary solution is to do the following to get the 
developmental version (currently 1.5.1): 

library(reposTools)
z <- getReposEntry("http://www.bioconductor.org/data/metaData-devel")

Then you can use z in the 'repEntry' arguments:

update.packages2(repEntry=z)

Example for install.packages2
install.packages2("hgu95av2", repEntry=z)

Sorry for the confusion.


>
>Has a problem been found with the packages? 
>Or is the problem that the new versions have been accidentally removed from the 
repository?
>
>Cheers
>Claudio
>
>_______________________________________________
>Bioconductor mailing list
>Bioconductor at stat.math.ethz.ch
>https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor

Jianhua Zhang
Department of Biostatistics
Dana-Farber Cancer Institute
44 Binney Street
Boston, MA 02115-6084



More information about the Bioconductor mailing list