4

我正在从Rmd文件生成 README.md GitHub 页面。它是在一周前正确生成的,但现在它抛出以下错误:

"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS README.md --to html --from markdown_github --output README.html --standalone --self-contained --highlight-样式 pygments --template "C:\Users\E\Documents\R\win-library\3.3\rmarkdown\rmarkdown\templates\github_document\resources\preview.html" --variable "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 = True requestHeaders = [] path = "/codecov/c/github/erzk/fnirsr/master.svg" queryString = "" method = "GET" 代理= 没有
rawBody = 假 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 --to 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" --variable "github-markdown-css:C:\Users\E\Documents\R\win-library\3.3\rmarkdown\ rmarkdown\templates\github_document\resources\github.css" --email-obfuscation none' 的状态为 67 执行暂停

我检查了 URL 并且它有效,徽章也可以在旧的README.md文件中看到。

正如这里所建议的,我更新了 rmarkdown 和 knitr(首先是 CRAN 版本,然后是 GitHub 版本),但它没有帮助。

然后我尝试按照这里self_contained: no的建议添加。仍然抛出错误。

sessionInfo()

R 版本 3.3.2 (2016-10-31) 平台:x86_64-w64-mingw32/x64 (64-bit) 运行于:Windows 7 x64 (build 7601) Service Pack 1

语言环境: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
datasets methods base

其他附加软件包: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,因为可能有一个简单的解决方案。

任何想法如何解决它?

4

0 回答 0