Hi
I have just installed IlluminaHumanMethylation450k.db
using biocLite
, then tried to load it and got the error message "there is no package called ‘AnnotationForge’".
Only after installing AnnotationForge could I load the package. It seems that the db package depends on AnnotationForge, without this being declared in its DESCRIPTION file. I assume, however, that it shouldn't depend on the forge package anyway.
Maybe soembody with more knowledge on AnnotationDbi packages could have a look?
Cheers
Simon
> sessionInfo() R version 3.1.1 (2014-07-10) Platform: x86_64-pc-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_GB.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_GB.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] BiocInstaller_1.14.2 loaded via a namespace (and not attached): [1] tcltk_3.1.1 tools_3.1.1
Correction: The error occurs already when biocLite is run, not only when I try to load the package.