Closed mtwichan closed 6 years ago
Hi, thanks for trying out.
The GenomicRanges
package is a Bioconductor package and is not on CRAN. Instead of using install.packages
, you may install it with
source("https://bioconductor.org/biocLite.R")
biocLite("GenomicRanges")
Awesome thank you!
The issue is that the
GenomicRanges
package may be depreciated? I noticedR (>= 3.3.1)
in the dependencies, and tested out versions3.31
,3.41
, and3.51
.