What does this mean?
0
0
Entering edit mode
xlyan011 • 0
@xlyan011-9805
Last seen 8.2 years ago

Hi all,

When I load some packages, this keeps coming out: 

Error in unloadNamespace(package) : 
  namespace 'IRanges' is imported by 'Biostrings', 'XVector', 'AnnotationDbi' so cannot be unloaded
Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc,  : 
  Package 'IRanges' version 2.4.7 cannot be unloaded

Does anyone know what this mean?

Best,

Bef

software error • 5.5k views
ADD COMMENT
0
Entering edit mode

Please post the output of sessionInfo() .

My guess is you have some outdated packages. Try biocLite() (without arguments) to update everything. (For best results do this in a fresh R session started with R --vanilla so that no packages will be loaded already). If you still have problems, try biocValid() which will tell you if there are other problems with your package versions.

 

ADD REPLY
0
Entering edit mode

Also, make sure to start your R session so that it ignores any .Rprofile or .RData files, e.g., from the command line with R --vanilla. Probably it would help to edit your question to include the output of the sessionInfo() command, to provide the full output of the simplest scenario that you can create to illustrate the problem, and the result of traceback() immediately after the error occurs.

ADD REPLY

Login before adding your answer.

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