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
You should also look at https://github.com/rstudio/packrat/, if you aren't already.