Entering edit mode
8.9 years ago
chengzhao41
▴
110
Hi,
I successfully installed package "hgu133a.db", but I cannot load it.
> library("hgu133a.db")
Loading required package: AnnotationDbi
Loading required package: IRanges
Loading required package: S4Vectors
Error in unloadNamespace(package) :
namespace 'S4Vectors' is imported by 'AnnotationDbi', 'IRanges' so cannot be unloaded
Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc, :
Package 'S4Vectors' version 0.8.3 cannot be unloaded
Any ideas?
Do:
Then, try again. Be sure to include the output of
sessionInfo()
if you continue to have problems.Hello, I am having the exact same problem as the original user albeit trying to load a different library ("zebrafish.db0")
I tried the two commands you suggested, but this didn't seem to help I am afraid.
My sessionInfo() output is the following: