Hello Experts,
I need to install an Old package of Affy in R.
I have installed affy using following commands below: source("https://bioconductor.org/biocLite.R") biocLite("affy")
This installed affy 1.48.1 version... I need 1.36.1, is it possible to install an older version?
Regards, JK
This approach seems cleaner and easier, IF it works. In an odd case of version incompatibilities, the full installation starting from the correct R version is a way to go.