DESeq installation problems
1
0
Entering edit mode
Devi Swain ▴ 10
@devi-swain-5392
Last seen 9.6 years ago
Hi all, I am trying to install DESeq on R 2.15.1 (on a MacOSX 10.6.8). I tried changing my CRAN and BioC mirrors as suggested on a previous post. I either get ?DESeq is not available for R 2.15.1? or the warnings Using R version 2.15, BiocInstaller version 1.4.7. Warning: unable to access index for repository http://brainarray.mbni.med.umich.edu/bioc/bin/macosx/leopard/contrib/2 .15 Installing package(s) 'DESeq' I have DESeq 1.83 in the repository, but would like to install the newest version I appreciate any help. Thanks! Devi
DESeq BiocInstaller DESeq BiocInstaller • 1.1k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.1 years ago
United States
On Tue, Jul 10, 2012 at 7:58 AM, Devi Swain <devjanee.swain at="" gmail.com=""> wrote: > Hi all, > > I am trying to install DESeq on R 2.15.1 (on a MacOSX 10.6.8). > I tried changing my CRAN and BioC mirrors as suggested on a previous post. > I either get ?DESeq is not available for R 2.15.1? or the warnings > > Using R version 2.15, BiocInstaller version 1.4.7. > Warning: unable to access index for repository > http://brainarray.mbni.med.umich.edu/bioc/bin/macosx/leopard/contrib /2.15 > Installing package(s) 'DESeq' > > I have DESeq 1.83 in the repository, but would like to install the newest version You have the latest release version. If you want the devel version (currently 1.9.9), you need to do this: source("http://bioconductor.org/biocLite.R") useDevel() But if you already have packages installed, this will leave you with a mix of release and devel packages, which is undesirable. You can maintain a separate R installation for BioC-devel, or read this page for information about keeping release and devel libraries separate in a single R installation: http://bioconductor.org/developers/useDevel/ Dan > > I appreciate any help. > > Thanks! > Devi > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

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