我正在从Rmd文件生成README.md GitHub页面。它是在一周前正确生成的,但现在却抛出了以下错误:
“C:/ Program Files / RStudio / bin / pandoc / pandoc”+ RTS -K512m -RTS README.md - 到html - from markdown_github --output README.html --standalone - self-contained --highlight-style pygments --template“C:\ Users \ E \ Documents \ R \ win-library \ 3.3 \ rmarkdown \ rmarkdown \ templates \ github_document \ resources \ preview.html” - 变量“github-markdown-css:C:\ Users \ E \ Documents \ R \ win-library \ 3.3 \ rmarkdown \ rmarkdown \ templates \ github_document \ resources \ github.css” --email-obfuscation none pandoc.exe:无法获取https://img.shields.io/codecov/c/github/erzk/fnirsr/master.svg HttpExceptionRequest Request {host = “img.shields.io”port = 443 secure = 真的requestHeaders = [] path = “/codecov/c/github/erzk/fnirsr/master.svg"queryString =”“ method =“GET”proxy = Nothing
rawBody = False redirectCount = 10
responseTimeout = ResponseTimeoutDefault requestVersion = HTTP / 1.1}(InternalException(HandshakeFailed Error_EOF))错误: pandoc文档转换失败,错误67另外:警告 消息:运行命令'“C:/ Program Files / RStudio / bin / pandoc / pandoc” + RTS -K512m -RTS README.md - 到html - from markdown_github --output README.html --standalone --self-contained --highlight-style pygments --template“C:\ Users \ E \ Documents \ R \ win-library \ 3.3 \ rmarkdown \ rmarkdown \ templates \ github_document \ resources \ preview.html” - 变量“github-markdown-css:C:\ Users \ E \ Documents \ R \ win-library \ 3.3 \ rmarkdown \ rmarkdown \ templates \ github_document \ resources \ github.css” --email-obfuscation none'状态为67执行暂停
我检查了网址并且它有效,徽章也显示在旧的README.md文件中。
根据建议here,我更新了rmarkdown和knitr(首先是CRAN版本,然后更新为GitHub版本),但它没有帮助。
然后我尝试按照建议here添加self_contained: no
。仍然会抛出错误。
sessionInfo()
R版本3.3.2(2016-10-31)平台:x86_64-w64-mingw32 / x64(64位) 运行于:Windows 7 x64(内部版本7601)Service Pack 1
locale:1 LC_COLLATE = English_United Kingdom.1252 LC_CTYPE = English_United Kingdom.1252 LC_MONETARY = English_United Kingdom.1252 4 LC_NUMERIC = C
LC_TIME = English_United Kingdom.1252附加基础包:1 stats graphics grDevices utils
数据集方法基础其他附件包:1 fnirsr_0.1.0
通过命名空间加载(而不是附加):1 Rcpp_0.12.8
knitr_1.16.3 magrittr_1.5 lattice_0.20-34 R6_2.2.0
stringr_1.2.0 [7] dplyr_0.5.0 tools_3.3.2
grid_3.3.2 R.oo_1.21.0 RPMG_2.2-1 DBI_0.5-1
[13] R.matlab_3.6.1 htmltools_0.3.6 yaml_2.1.14
assertthat_0.1 digest_0.6.12 rprojroot_1.2 [19] tibble_1.2 readr_1.0.0 R.utils_2.5.0 evaluate_0.10 rmarkdown_1.5.9000 stringi_1.1.2 [25] RSEIS_3.7-4
backports_1.0.4 R.methodsS3_1.7.1 Rwave_2.4-5 zoo_1.7-14
我在Ubuntu 16.04上遇到同样的错误。
我没有将它作为一个问题提交给knitr,因为可能有一个简单的解决方案。
任何想法如何解决?