Installing an older release of Bioconductor
2
0
Entering edit mode
Veni Kurup ▴ 30
@veni-kurup-3536
Last seen 9.6 years ago
Hi, I am trying to install Bioconductor 2.3. I found this link which has the release I need: http://www.bioconductor.org/download/oldrelease/BioC2.3/ Is there an easy way to install all of these packages from BioC2.3? Or do I need to download each windows binary and install one by one? Thank you for your help. Veni [[alternative HTML version deleted]]
• 7.2k views
ADD COMMENT
1
Entering edit mode
@howarthmailinglists-13534
Last seen 4.6 years ago

One doesn't have to downgrade R which is an imperfect solution as it would only install the last supported version of Bioconductor rather than a specific version. Assuming you have been installing the Bioconductor packages in /usr/local/lib/R/site-library. you can just use the following commands from within R to install the 3.5 release rather than the current 3.6 one.

install.packages("BiocInstaller",repos="http://bioconductor.org/packages/3.5/bioc",lib="/usr/local/lib/R/site-library")

library("BiocInstaller")

biocLite()

ADD COMMENT
0
Entering edit mode

This may *technically* work, however the bioconductor ecosystem (v3.4, v3.5, etc) is only tested to work against a very specific version of R. Installing bioc packages using anything but `biocLite()` can land you into a mess. It doesn't mean that you can't try, but you'll be on your own if/when things go awry.

ADD REPLY
0
Entering edit mode
@steve-lianoglou-2771
Last seen 13 months ago
United States
Hi, On Jun 24, 2009, at 2:43 PM, Veni Kurup wrote: > Hi, > > I am trying to install Bioconductor 2.3. I found this link which has > the > release I need: http://www.bioconductor.org/download/oldrelease/BioC2.3/ > > Is there an easy way to install all of these packages from BioC2.3? > Or do I > need to download each windows binary and install one by one? Since each version of bioconductor is meant to be used with a specific version of R, if you want to use packages from BioC 2.3, I think your best bet would be to install R 2.8.x and do the normal: source('http://bioconductor.org/biocLite.R') biocLite(... whatever ...) You should find that you're pulling packages from Bioc 2.3. I'm pretty sure that mixing BioC packages from different BioC versions into the same R distro isn't advised ... perhaps the gurus will chime in with better advice, but that's my 2 cents. Hope that helps, -steve -- Steve Lianoglou Graduate Student: Physiology, Biophysics and Systems Biology Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
ADD COMMENT
0
Entering edit mode
Thank you very much. That worked. - Veni On Wed, Jun 24, 2009 at 2:50 PM, Steve Lianoglou < mailinglist.honeypot@gmail.com> wrote: > Hi, > > > On Jun 24, 2009, at 2:43 PM, Veni Kurup wrote: > > Hi, >> >> I am trying to install Bioconductor 2.3. I found this link which has the >> release I need: http://www.bioconductor.org/download/oldrelease/BioC2.3/ >> >> Is there an easy way to install all of these packages from BioC2.3? Or do >> I >> need to download each windows binary and install one by one? >> > > > Since each version of bioconductor is meant to be used with a specific > version of R, if you want to use packages from BioC 2.3, I think your best > bet would be to install R 2.8.x and do the normal: > > source('http://bioconductor.org/biocLite.R') > biocLite(... whatever ...) > > You should find that you're pulling packages from Bioc 2.3. > > I'm pretty sure that mixing BioC packages from different BioC versions into > the same R distro isn't advised ... perhaps the gurus will chime in with > better advice, but that's my 2 cents. > > Hope that helps, > -steve > > -- > Steve Lianoglou > Graduate Student: Physiology, Biophysics and Systems Biology > Weill Medical College of Cornell University > > Contact Info: http://cbio.mskcc.org/~lianos/contact<http: cbio.mskc="" c.org="" %7elianos="" contact=""> > > > > [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

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