Installation with package versions?
2
0
Entering edit mode
A.J. Rossini ▴ 210
@aj-rossini-973
Last seen 9.6 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20050906/ e84d6826/attachment.pl
• 875 views
ADD COMMENT
0
Entering edit mode
@ariel-chernomoretz-885
Last seen 9.6 years ago
You may already know this one, but a workaround would be: download the source package 'package.tgz'and then from your shell prompt: R CMD INSTALL --with-package-versions package.tgz Ariel./ On September 6, 2005 04:17 am, A.J. Rossini wrote: > Is it possible to use the bioconductor install tools to install with > package versions? > (i.e. the equivalent of > install.packages(c("list","of","packages"),installWithVers=TRUE) > or > update.packages(ask=FALSE,installWithVers=TRUE) > ? ) > > best, > -tony > > "Commit early,commit often, and commit in a repository from which we can > easily > roll-back your mistakes" (AJR, 4Jan05). > > A.J. Rossini > blindglobe at gmail.com > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- Ariel Chernomoretz, Ph.D. Centre de recherche du CHUL 2705 Blv Laurier, bloc T-367 Sainte-Foy, Qc G1V 4G2 (418)-525-4444 ext 46339
ADD COMMENT
0
Entering edit mode
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20050906/ 74445fba/attachment.pl
ADD REPLY
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
On 6 Sep 2005, blindglobe at gmail.com wrote: > Is it possible to use the bioconductor install tools to install with > package versions? (i.e. the equivalent of > install.packages(c("list","of","packages"),installWithVers=TRUE) or > update.packages(ask=FALSE,installWithVers=TRUE) ? ) This _should_ work for new installation because extra args are passed to install.packages. So I would expect the following to do what you want: source("http://bioconductor.org/biocLite.R") biocLite("somePackage", installWithVers=TRUE) Let me know if you try this and it doesn't work. We don't have automated tools to deal with updating BioC packages at this time and so no way to installWithVer :-) Should this be considered for a default? + seth
ADD COMMENT
0
Entering edit mode
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20050906/ a96873e3/attachment.pl
ADD REPLY

Login before adding your answer.

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