[BioC] update.packages with bioconductor
Herve Pages
hpages at fhcrc.org
Thu Apr 13 22:25:23 CEST 2006
D.Enrique ESCOBAR ESPINOZA wrote:
> Hi,
> is there a way to update installed bioconductor packages?
> Am I supposed to use update.packages?
Hi,
You can reinstall the package you want to update by using biocLite():
> installed.packages()['Biobase', 'Version']
> [1] "1.9.15"
> source('http://bioconductor.org/biocLite.R')
> biocLite('Biobase')
...
> installed.packages()['Biobase', 'Version']
> [1] "1.9.17"
Cheers,
H.
--
------------------------
Hervé Pagès
E-mail: hpages at fhcrc.org
Phone: (206) 667-5791
Fax: (206) 667-1319
More information about the Bioconductor
mailing list