Locating older version of Bioconductor packages
1
0
Entering edit mode
brucbruc • 0
@brucbruc-9006
Last seen 8.5 years ago
United States

I'm working on establishing a process around the installation of R and Bioconductor with a known set of packages at specific versions for the purpose of long term reproducibility. We use sessionInfo to capture all the package versions.

How can I find in the Bioconductor archives a specific version of a package?

For example, where can I find 'annotate_1.42.0'?

Thanks. --Bob

 

 

reproducibility archive source code • 2.2k views
ADD COMMENT
0
Entering edit mode

You should also look at https://github.com/rstudio/packrat/, if you aren't already.

ADD REPLY
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States

You would have to find it manually(*) and tediously in our Subversion repository or its git mirror and build it yourself.

* = I suppose you could write a script that would look through the commits and find the one where the version was bumped to a specific number.

 

ADD COMMENT
0
Entering edit mode

The job is easier if the version you're looking for was the final one in the release, and then they are accessible through http://bioconductor.org/about/release-announcements/ via the package landing pages, e.g., http://bioconductor.org/packages/2.14/bioc/html/annotate.html for annotate 1.42.1. From the perspective of scientific reproduciblity, it seems more appropriate to use the last (bug-fixed) version of the release anyway, or to take the snapshot at the time of the original code rather than trying to reconstruct it after the fact. The topic has come up before.

ADD REPLY

Login before adding your answer.

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