Entering edit mode
On R/4.0.3, when I do load AnnotationDbi, I do receive the following message (below). Any suggestions please ?
"> library("AnnotationDbi")
Error in value[[3L]](cond) :
Package ‘AnnotationDbi’ version 1.55.2 cannot be unloaded:
Error in unloadNamespace(package) : namespace ‘AnnotationDbi’ is imported by ‘biomaRt’, ‘GenomicFeatures’, ‘annotate’, ‘org.Hs.eg.db’, ‘TxDb.Hsapiens.UCSC.hg19.knownGene’ so cannot be unloaded"
```
what is your
sessionInfo()
-- also you could try runningBiocManager::valid()
to make sure all packages are consistent with each other.Thank you. I have managed to get it running by restarting R and changing the way I do call the libraries i.e.