Hello everyone,
I have a problem when loading the library: IlluminaHumanMethylation27k.db
I installed the package from zip (from the Bioconductor website), and also
installed all the packages it asked for. It went all succesfull:
"package 'IlluminaHumanMethylation27k.db' successfully unpacked and MD5 sums
checked"
But when I am trying to load this library I get an error:
> library(IlluminaHumanMethylation27k.db)
Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'openVignette()'. To cite Bioconductor, see
'citation("Biobase")' and for packages 'citation(pkgname)'.
Loading required package: org.Hs.eg.db
Loading required package: DBI
Error : .onLoad failed in loadNamespace() for
'IlluminaHumanMethylation27k.db', details:
call: sqliteExecStatement(con, statement, bind.data)
error: RS-DBI driver: (error in statement: near "s": syntax error)
Error: package/namespace load failed for 'IlluminaHumanMethylation27k.db'
I have tried the following things:
- I reinstalled the packages from Bioconductor (AnnotationDbi, Biobase,
org.Hs.eg.db and DBI)
- restarted R
- removed the zip file and downloaded and installed it again
My version of R is 2.11.1 on a Windows XP computer.
Thank you in advance,
Kind regards,
Kristel van Eijk
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.