Rstudio Rmarkdown Pandoc错误67

时间:2017-02-15 09:53:53

标签: r rstudio r-markdown

编辑:已解决 - 关闭和重新打开计算机,并删除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.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

是否有人能够告诉我错误消息的含义/解决方法?

编辑:无论脚本内容如何,​​每次R降价时都会出现错误。

1 个答案:

答案 0 :(得分:0)

通过关闭并重新打开并删除工作区来解决问题。将.Rmd文件重新加载到一个新的干净的Rstudio中(先没有工作2次,但是第三次​​工作了......)

不知道是什么原因造成了错误。