无法使用Monetdb.R连接到本地数据库

时间:2014-09-17 04:41:09

标签: r monetdb

我正在尝试使用Monetdb.R设置与数据库的本地连接,但由于某种原因它无法正常工作。我在Windows 7中使用最新版本的monetdb(MonetDB5 64位“Jan2014-SP3”,2014-07-25发布)。

这是一个简短的可重复的例子:

> library(MonetDB.R)
Carregando pacotes exigidos: DBI
Carregando pacotes exigidos: digest
> conn <- dbConnect(dbDriver("MonetDB"), "monetdb://localhost/demo")
Error in .mapiRead(con) : ERROR reading MAPI block header (0)

我没有看到其他用户发生此错误...

> sessionInfo()
R version 3.1.1 (2014-07-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=Portuguese_Brazil.1252  LC_CTYPE=Portuguese_Brazil.1252        LC_MONETARY=Portuguese_Brazil.1252
[4] LC_NUMERIC=C                       LC_TIME=Portuguese_Brazil.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] MonetDB.R_0.9.4 digest_0.6.4    DBI_0.3.0      

loaded via a namespace (and not attached):
[1] tools_3.1.1

1 个答案:

答案 0 :(得分:1)

MonetDB.R 0.9.5已发布到CRAN。 Windows二进制发行版很快就会推出。