【发布时间】: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'
【问题讨论】:
-
如果hannes的建议不能解决问题,请在github.com/ajdamico/asdfree提出问题,谢谢
-
@AnthonyDamico 开票:github.com/ajdamico/asdfree/issues/123
标签: r survey monetdblite