我刚买了一台新Mac。我已经将我的git repo克隆到它上面,然后运行以下内容,这在旧版Mac上运行良好:
rmarkdown::render(input = "statement.Rmd",
output_format="pdf_document",
output_file = paste(Payees$Payee[i], "identifying text", i, "2018_02", ".pdf", sep=''),
output_dir = "~/Desktop/path/to/directory")
我在新盒子上安装了tinytex,我已经运行install_tinytex()
。
这是我得到的错误:
tlmgr: package repository http://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet (not verified: gpg unavailable)
[1/1, ??:??/??:??] install: ulem [10k]
running mktexlsr ...
done running mktexlsr.
tlmgr: package log updated: /Users/steves2018air/Library/TinyTeX/texmf-var/web2c/tlmgr.log
tlmgr path add
! Package pdftex.def Error: File `DATA/ART/UFO_Logo.png' not found: using draft
setting.
Error: Failed to compile XXX_UFO_CL12018_02.tex. See XXX_UFO_CL12018_02.log for more info.
我确定我只需要安装一些东西。 (顺便说一句,我 做 使用Homebrew,但是我使用了.pkg安装程序用于R。)
任何人都可以给我指针吗?一如既往地谢谢。
* Here's a link to the .log file referenced in the error msg: *