Dependent library issue when loading ReactomePA
1
0
Entering edit mode
elitemao • 0
@elitemao-11615
Last seen 7.7 years ago

Hi,

When I load ReactomePA, I got the following error message:

---------------------------------------------------------------------------------------------------------------------

Error in unloadNamespace(package) : 
  namespace ‘DBI’ is imported by ‘RSQLite’, ‘AnnotationDbi’ so cannot be unloaded
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Error in library(DBI) : Package ‘DBI’ version 0.4.1 cannot be unloaded
Calls: func_sigGeneExtractEnrichAnalysis1 -> library
Execution halted

---------------------------------------------------------------------------------------------------------------------

How can I resolve this package dependency issue? Thanks.

Erik

 

 

 

ReactomePA • 1.3k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 21 hours ago
United States

That looks like you have a .Rdata file floating around in the directory that you are starting R in. Does starting R in a different directory or by starting R like this:

R --vanilla

to ignore the .Rdata file, and then loading ReactomePA work?

ADD COMMENT

Login before adding your answer.

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