update.packages with bioconductor
1
0
Entering edit mode
@denrique-escobar-espinoza-1303
Last seen 9.6 years ago
Hi, is there a way to update installed bioconductor packages? Am I supposed to use update.packages?
• 2.5k views
ADD COMMENT
0
Entering edit mode
@herve-pages-1542
Last seen 1 day ago
Seattle, WA, United States
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
ADD COMMENT

Login before adding your answer.

Traffic: 657 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6