Rstudio Rmarkdown Pandoc 错误 67
Rstudio Rmarkdown Pandoc error 67
编辑:已解决 - 关闭并重新打开计算机,并删除 R 工作区....不确定为什么首先会发生错误,任何答案仍将不胜感激。
我在尝试 运行:
时收到错误消息
rmarkdown::render("Home.Rmd")
我是 R 和 Rmarkdown 的新手,不知道如何解释错误 - 我得到的错误输出是:
Error: pandoc document conversion failed with error 67
In addition: Warning message:
running command '"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m RTS Home.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output Home.html --smart --email-obfuscation none --self-contained --standalone --section-divs --template "C:\Users\bfosh\Documents\R\win-library.3\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --include-before-body "C:\Users\bfosh\AppData\Local\Temp\RtmpqovuGu\rmarkdown-strfe8d3a5bf0.html" --variable navbar=1 --variable body_padding=51 --variable header_padding=56 --variable "theme:cerulean" --include-in-header "C:\Users\bfosh\AppData\Local\Temp\RtmpqovuGu\rmarkdown-strfe835066d89.html" --mathjax --variable "mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"' had status 67
有谁能告诉我要修复的错误消息 means/how 是什么?
编辑:无论脚本内容如何,每个 R markdown 都会出现错误。
通过关闭并重新打开并删除工作区来解决。将 .Rmd 文件重新加载到一个新的干净的 Rstudio 中(前 2 次无效,但第三次有效...)
虽然不确定是什么导致了错误。
编辑:已解决 - 关闭并重新打开计算机,并删除 R 工作区....不确定为什么首先会发生错误,任何答案仍将不胜感激。
我在尝试 运行:
时收到错误消息rmarkdown::render("Home.Rmd")
我是 R 和 Rmarkdown 的新手,不知道如何解释错误 - 我得到的错误输出是:
Error: pandoc document conversion failed with error 67
In addition: Warning message:
running command '"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m RTS Home.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output Home.html --smart --email-obfuscation none --self-contained --standalone --section-divs --template "C:\Users\bfosh\Documents\R\win-library.3\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --include-before-body "C:\Users\bfosh\AppData\Local\Temp\RtmpqovuGu\rmarkdown-strfe8d3a5bf0.html" --variable navbar=1 --variable body_padding=51 --variable header_padding=56 --variable "theme:cerulean" --include-in-header "C:\Users\bfosh\AppData\Local\Temp\RtmpqovuGu\rmarkdown-strfe835066d89.html" --mathjax --variable "mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"' had status 67
有谁能告诉我要修复的错误消息 means/how 是什么?
编辑:无论脚本内容如何,每个 R markdown 都会出现错误。
通过关闭并重新打开并删除工作区来解决。将 .Rmd 文件重新加载到一个新的干净的 Rstudio 中(前 2 次无效,但第三次有效...)
虽然不确定是什么导致了错误。