我无法将R markdown导出到PDF文件(或Word)。
我打开了一个新的'R markdown'文件,只需使用模板并将其重命名为test.Rmd。
但是,这对我不起作用:
render("test.Rmd", output_format = "pdf_document")
Error in abs_path(input) : The file 'test.Rmd' does not exist.
In addition: Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="test.Rmd": The system cannot find the file specified
这很奇怪,因为我将test.Rmd保存在了桌面上。
此外,我尝试单击“编织”>“编织为PDF”>给我这个错误: 输出文件:test.knit.md
pandoc.exe: test.utf8.md: openBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 1
Execution halted
我尝试过但没有帮助的方法:
install.packages('tinytex')
tinytex::install_tinytex()
有人可以帮我吗?顺便说一句,我正在使用企业计算机,因此无法在R之外下载任何外部应用程序。