[Bioc-devel] Updated biocLite -- please try!
Martin Morgan
mtmorgan at fhcrc.org
Wed Jun 15 00:21:51 CEST 2011
Hi BiocDevelopers --
As mentioned previously, we have revised how biocLite works. Please try
source("http://bioconductor.org/scratch-repos/biocLite.R")
and then installing your favorite package
biocLite("MyFavoritePackage")
The 'source()' command will download, install (first time only!) and
load the 'BiocInstaller' package.
biocLite does behave differently. It'll check for out-of-date packages
and ask, after installing MyFavoritePackage, whether you'd like to
update them. With no arguments, biocLite() installs just Biobase,
IRanges, and AnnotationDbi. biocLite(character()) will look for
out-of-date packages to update. And ?biocLite will provide a help page(!).
The revised behavior should only occur in the 'devel' version of R,
R-2.13 should behave as before.
Any feedback most welcome.
Martin
--
Computational Biology
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109
Location: M1-B861
Telephone: 206 667-2793
More information about the Bioc-devel
mailing list