Skip to content
Prev 5535 / 21312 Next

[Bioc-devel] Old version of packages

----- Original Message -----
Yes, if you install an old version of R, the packages from the corresponding version of Bioconductor will be installed when you do

source('http://bioconductor.org/biocLite.R")
biocLite('packagename')

Where packagename is the name of the package you want to install.

See also the "Previous Versions" section of http://www.bioconductor.org/help/ .

Dan