错误:' MonetDBLite'不是来自'命名空间的导出对象:MonetDBLite'

时间:2016-06-09 19:37:56

标签: r survey monetdblite

使用CPS数据的下载脚本found here。逐字使用脚本,按照最近的更新,除了我为我的环境添加的Java修改(下面)以修复loadnamespace中的先前错误。虽然我熟悉R的基础知识,但这是我第一次涉足MonetDBLite

# configure Java
if (Sys.getenv("JAVA_HOME")!="")
  Sys.setenv(JAVA_HOME="")
library(rJava)

现在我收到以下错误,通常是在处理了400,000 cps asec行中的380,000之后。

Warning message:
In readLines(url) :
  incomplete final line found on 'http://thedataweb.rm.census.gov/pub/cps/march/asec2015early_pubuse.dd.txt'
Error in dbConnect(MonetDBLite::MonetDBLite(), dbfolder) : 
  error in evaluating the argument 'drv' in selecting a method for function 'dbConnect': Error: 'MonetDBLite' is not an exported object from 'namespace:MonetDBLite'

1 个答案:

答案 0 :(得分:1)

MonetDBLite刚刚在CRAN上更新,请重新安装。