biocLite() does not accept 'lib.loc' for updating
1
0
Entering edit mode
@martin-maechler-2
Last seen 4.7 years ago
Switzerland
For updating bioconductor, we recommend biocLite(character(), ask=FALSE) However, when I (have several versions of R and bioconductor and) keep my bioconductor packages in a specific library not first in my .libPaths(), I want to specify ' lib.loc = <my-bioc-library> ' but that works {via "..."} only for else { ... } clause in biocLite(), not for the first one : > biocLite function (pkgs = c("Biobase", "IRanges", "AnnotationDbi"), suppressUpdates = FALSE, suppressAutoUpdate = FALSE, ask = TRUE, ...) { svnRev <- as.integer(R.Version()$`svn rev`) if (svnRev < 55733) .stop("R-2.14 r55733 or newer required.") if (!suppressAutoUpdate && !bioconductorPackageIsCurrent()) { on.exit(updateBioconductorPackage(pkgs, ask = ask, suppressUpdates = suppressUpdates, ...)) } else { biocLiteInstall(pkgs, ask = ask, suppressUpdates = suppressUpdates, ...) } } <environment: namespace:biocinstaller=""> > maintainer("BiocInstaller") [1] "Biocore Team c/o BioC user list\n<bioconductor at="" stat.math.ethz.ch="">" > -------- Thank you for fixing/workaround/.. Martin
• 1.2k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States
Hi Martin, On Mon, Mar 19, 2012 at 2:27 AM, Martin Maechler <maechler at="" stat.math.ethz.ch=""> wrote: > For updating bioconductor, > > we recommend > > ? biocLite(character(), ask=FALSE) > > However, when I (have several versions of R and bioconductor and) > keep my bioconductor packages in a specific library not first in > my .libPaths(), > I want to specify ? ' lib.loc = <my-bioc-library> ' > > but that works {via "..."} only for else { ... } clause in > biocLite(), > not for the first one : > >> biocLite > function (pkgs = c("Biobase", "IRanges", "AnnotationDbi"), suppressUpdates = FALSE, > ? ?suppressAutoUpdate = FALSE, ask = TRUE, ...) > { > ? ?svnRev <- as.integer(R.Version()$`svn rev`) > ? ?if (svnRev < 55733) > ? ? ? ?.stop("R-2.14 r55733 or newer required.") > ? ?if (!suppressAutoUpdate && !bioconductorPackageIsCurrent()) { > ? ? ? ?on.exit(updateBioconductorPackage(pkgs, ask = ask, suppressUpdates = suppressUpdates, > ? ? ? ? ? ?...)) > ? ?} > ? ?else { > ? ? ? ?biocLiteInstall(pkgs, ask = ask, suppressUpdates = suppressUpdates, > ? ? ? ? ? ?...) > ? ?} > } > <environment: namespace:biocinstaller=""> > >> maintainer("BiocInstaller") > [1] "Biocore Team c/o BioC user list\n<bioconductor at="" stat.math.ethz.ch="">" >> > > -------- > > Thank you for fixing/workaround/.. This is fixed in BiocInstaller 1.3.8, which will be available tomorrow. Dan > > Martin > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 859 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