r语言 - 错误:"MonetDBLite"不是从"命名空间:MonetDBLite"导出的对象



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

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

现在我收到以下错误,该错误通常是在处理了 400,000 个 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'

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

相关内容

  • 没有找到相关文章

最新更新