latest R version compatible with BSgenome
1
0
Entering edit mode
pj dias ▴ 60
@pj-dias-4324
Last seen 7.8 years ago

Hi,

I'm writing just to ask if someone knows the latest version of R compatible with BSgenome.

When I try to install the latest available version of R, version 3.3.1, i get:

package ‘BSgenome’ is not available (for R version 3.3.1)

(the same with GenomicFeatures, and probably related genome manipulation packages)


Should I install 3.2.5 or is it compatible with R version 3.3.0?

Regards,

pj

bsgenome • 900 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 6 days ago
United States

This is R's way of saying that you're trying to install a version of BSgenome (and other packages) into a version of R for which they were not designed. Probably you updated R and copied, implicitly or explicitly, your old library to your new installation.

Try removing BiocInstaller as described here, and then re-installing using

source("https://bioconductor.org/biocLite.R")
biocLite("BSgenome")
ADD COMMENT

Login before adding your answer.

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