我刚买了一台新的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,但我使用了 R 的 .pkg 安装程序)。
谁能给我指点?一如既往地感谢。