[BioC] Installation issue with package GenomicRanges_1.17.18.tar.gz

Steve Lianoglou lianoglou.steve at gene.com
Mon Jun 16 18:32:21 CEST 2014


Hi,



On Sun, Jun 15, 2014 at 9:47 PM, Minita Shah <shah.minita at gmail.com> wrote:
> Hi,
>
> I am trying to install package GenomicRanges version 1.17.18 and get the
> following error. Is there a solution for this?
>
> R CMD INSTALL ./GenomicRanges_1.17.18.tar.gz
[snip]

It look like you are installing the development version of
GenomicRanges -- are you doing so intentionally?

If yes: are the rest of the Bioconductor packages using the devel version?

Why don't you install using biocLite?

There are some tips on how to run with devel here:
http://bioconductor.org/developers/how-to/useDevel/

and in the help file you get when you run this in your R console:
`?BiocInstaller::useDevel`

In particular, note the instructions in the help file for having
different directories for each bioconductor version, which it seems
like you aren't doing given the choice of destination directory you
are installing into here:

> * installing to library
> '/nethome/mshah/R/x86_64-unknown-linux-gnu-library/3.1'

HTH,
-steve

-- 
Steve Lianoglou
Computational Biologist
Genentech



More information about the Bioconductor mailing list