[BioC] DESeq installation problems

Dan Tenenbaum dtenenba at fhcrc.org
Wed Jul 11 08:13:04 CEST 2012


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



More information about the Bioconductor mailing list