hello,
loading library org.Hs.eg.db raises following error:
Error: org.Hs.egPFAM is defunct. Please use select() if you need access to PFAM or PROSITE accessions.
and R stops.
i know there were some problems with the new version of RSQLite 1.0.0. but this error comes with both versons of RSQLite 1.0.0 and 0.11.4.
sessionInfo:
R version 3.1.1 (2014-07-10) Platform: x86_64-redhat-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8 [9] LC_ADDRESS=en_US.UTF-8 LC_TELEPHONE=en_US.UTF-8 [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8 attached base packages: [1] parallel stats4 stats graphics grDevices utils datasets [8] methods base other attached packages: [1] org.Hs.eg.db_3.0.0 RSQLite_1.0.0 DBI_0.3.1 [4] AnnotationDbi_1.28.1 GenomeInfoDb_1.2.3 IRanges_2.0.0 [7] S4Vectors_0.4.0 Biobase_2.26.0 BiocGenerics_0.12.1 [10] rj_1.1.3-1 loaded via a namespace (and not attached): [1] rj.gd_1.1.3-1 tools_3.1.1
okay, you are right. the problem is only in the StatET plugin (http://www.walware.de/goto/statet) for eclipse.
if loading the library "org.Hs.eg.db " in an R console makes no problems, but loading the library inside eclipse stops R raising the above mentioned error. it has to do how eclipse/statet runs R ...
the reproducible example is only to load the library inside eclipse/statet.
I got this information from Tobias Verbeke of OpenAnalytics:
This has been fixed some time ago in
http://download.walware.de/rj-2.0/src/contrib/rj_2.0.3-1.tar.gz
I did test and it actually fixes this problem (I mean the crash of the statET console).
Hope it helps.