【问题标题】:Error: 'MonetDBLite' is not an exported object from 'namespace:MonetDBLite'错误:“MonetDBLite”不是从“命名空间:MonetDBLite”导出的对象
【发布时间】:2016-06-09 19:37:55
【问题描述】:

处理 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'

【问题讨论】:

标签: r survey monetdblite


【解决方案1】:

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

【讨论】:

  • 感谢您的提示。我卸载并重新安装。仍然停在 380k 行。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-10-09
  • 1970-01-01
相关资源
最近更新 更多