I am getting the following error with several packages including org.Hs.eg.db and topGO:
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: loading failed
Execution halted
ERROR: loading failed
* removing ‘/home/warren/R/i686-pc-linux-gnu-library/3.0/org.Hs.eg.db’
I am using a 32 bit ubuntu 14.04 LTS system with R 3.0.2. I am new to R and newer to Linux, so detail would be greatly appreciated.
It would be good to update your R to the latest release (3.1.2), which will also get you the latest Bioc (3.0) and likely also fix these problems.