简体   繁体   English

Rmarkdown错误:Pandoc文档转换失败,错误43

[英]Rmarkdown error: pandoc document conversion failed with error 43

I'm trying to compile a RMarkdown code but I'm getting the following error: 我正在尝试编译RMarkdown代码,但出现以下错误:

! Misplaced \crcr.
\LT@echunk ->\crcr 
                   \LT@save@row \cr \egroup \global \setbox \@ne \lastbox \u...
l.374 NA NA NA NA NA NA \endfirsthead

pandoc.exe: Error producing PDF
Erro: pandoc document conversion failed with error 43
Além disso: Warning message:
execução do comando '"C:/Users/araujoic/AppData/Local/Pandoc/pandoc" +RTS -K512m -RTS Script_GerarRelatorio_Isabella.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output Script_GerarRelatorio_Isabella.pdf --template "C:\Users\araujoic\Documents\R\R-3.3.2\library\rmarkdown\rmd\latex\default-1.17.0.2.tex" --highlight-style tango --latex-engine pdflatex --variable graphics=yes --include-in-header "C:\Users\araujoic\AppData\Local\Temp\RtmpakSZ3U\file14746f4c7a09"' teve status 43 
Execução interrompida

Can someone help me? 有人能帮我吗? The code runs with no problems on other computers. 该代码可以在其他计算机上正常运行。

Thanks! 谢谢!

I think there's a solution here: pandoc document conversion failed with error 43 : pdflatex: The memory dump file could not be found 我认为这里有一个解决方案: pandoc文档转换失败,错误43:pdflatex:找不到内存转储文件

Bottom line is, try this: devtools::install_github('rstudio/rmarkdown') 底线是,尝试这样:devtools :: install_github('rstudio / rmarkdown')

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM