r输出时降低pdf错误

时间:2018-06-09 18:59:42

标签: r r-markdown

使用R markdown在rstudio中编织pdf时出现错误。它对Knit to html没有问题。

我得到的错误是:

Output created: PA1_template.pdf
Error in tools::file_path_as_absolute(output_file) : 
  file 'PA1_template.pdf' does not exist
Calls: <Anonymous> -> <Anonymous>
In addition: Warning messages:
1: running command '"pdflatex" -halt-on-error -interaction=batchmode     "PA1_template.tex"' had status 1 
2: In readLines(logfile) :
  incomplete final line found on 'PA1_template.log'
Execution halted

如何解决问题的任何帮助将不胜感激。

詹姆斯

1 个答案:

答案 0 :(得分:2)

为我解决了以上问题,请参见以下内容:

大家好,

我终于完成了降价针织。这是解决方案的github链接:https://github.com/rstudio/rmarkdown/issues/1285#issuecomment-374340175

  1. 确保Miktex控制台设置>“常规”>动态安装丢失的软件包
  2. 在r studio中安装tinytex的开发版 install.packages('rmarkdown') devtools :: install_github('yihui / tinytex')
  3. 我还更改了此设置:在R-Studio工具>全局选项中,在Sweave选项卡下,尝试更改“使用以下方式编织Rnw:”

如果我今天什么都没做,那么仍然值得纪念。