[BioC] Version package in release

Martin Morgan mtmorgan at fhcrc.org
Mon Mar 22 22:01:48 CET 2010


On 03/22/2010 01:53 PM, Pierre-Yves wrote:
> Dear list,
> 
> At the moment to know the latest version of a package in the release
> branch I am parsing the html of the page
> (http://bioconductor.org/packages/release/bioc/html/<Name>.html). I was
> wondering if there would be a easier way available to access this
> information.
> 
> Would anyone has an idea about this ?

Hi Pierre --

source('http://bioconductor.org/biocLite')
ap = available.packages(contrib.url(biocinstallRepos()))
ap['Biobase',]

or if the package is installed

packageDescription('Biobase')$Version

See also ?new.packages

Martin

> 
> Thanks in advance,
> 
> Best regards,
> 
> Pierre
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor


-- 
Martin Morgan
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109

Location: Arnold Building M1 B861
Phone: (206) 667-2793



More information about the Bioconductor mailing list