Hi,
I have installed the R package "hgu133a.db" successfully, but when I want to load this package, I have gotten the following error:
> library("hgu133a.db")
Loading required package: org.Hs.eg.db
Error : .onLoad failed in loadNamespace() for 'org.Hs.eg.db', details:
call: match.arg(synchronous, c("off", "normal", "full"))
error: 'arg' must be NULL or a character vector
Error: package 'org.Hs.eg.db' could not be loaded
Could anyone help me to resolve this problem?
Best Regards
Is
"org.Hs.eg.db" %in% installed.packages()
?Yes, this package is also installed.