与Ubuntu的XBRL包“404 Not Found”错误

时间:2016-10-28 13:08:00

标签: r ubuntu xbrl

以下R代码可以在我的Windows 8笔记本电脑上正常工作:

> inst<- "https://www.sec.gov/Archives/edgar/data/51143/000104746916010329/ibm-20151231.xml"
> options(stringsAsFactors = FALSE)
> xbrl.vars <- xbrlDoAll(inst, cache.dir = "XBRLcache", prefix.out = NULL, verbose=TRUE)

但是,当我尝试从我的Ubuntu 16.04机器运行它时,我收到以下输出:

  

fileFromCache(文件)出错:
    download.file(file,cached.file,method =“auto”,quiet =!verbose)出错:
    无法下载所有文件

     

另外:警告信息:
  在download.file(file,cached.file,method =“auto”,quiet =!verbose)中:
    网址“https://www.sec.gov/Archives/edgar/data/51143/000104746916010329/ibm-20151231.xsd”:状态为“未找到404”

它找到了初始的xml文件,但后来找不到引用的模式。任何帮助,将不胜感激。提前谢谢。

0 个答案:

没有答案