problem using AnnotationDbi
0
0
Entering edit mode
@h72ghorashi-14959
Last seen 6.1 years ago

Hi,

I'm new to bioconductor and I'm trying to install the package "AnnotationDbi" using the code below:

source("http://bioconductor.org/biocLite.R")

biocLite("AnnotationDbi")

library("AnnotationDbi")

but this gives the error below:

Error: package or namespace load failed for ‘AnnotationDbi’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘digest’

Can anyone please help me to find out what the problem is?

annotationdbi bioconductor • 3.3k views
ADD COMMENT
2
Entering edit mode

Based on this error:  there is no package called ‘digest’, it likely means you have to install the package digest first.

source("https://bioconductor.org/biocLite.R")
biocLite("digest")

 

ADD REPLY
0
Entering edit mode

Thank you, it really worked :)

ADD REPLY

Login before adding your answer.

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