I'm using DESeq2 to analyze RNA-seq data. Since my colleague used version 1.8.1 under R-3.2.2, I'd like to use the same version.
But when I tried to install DESeq2 using: source("http://bioconductor.org/biocLite.R") biocLite("DESeq2"), it automatically installed DESeq2_1.10.1.
My questions is how I can install DESeq2_1.8.1 under R-3.2.2.
You might get lucky and find this available via bioconda. There are a bunch of bioconductor packages of various versions available there (this is mostly for integration with Galaxy, but there's no reason you couldn't use them). The benefit of this is that the dependencies should all be there then.