Diagnosing R package build warning: “LaTeX errors when creating PDF version”

前端 未结 5 1635
南方客
南方客 2020-12-07 20:28

When building a package, I received the following warning:

* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typicall         


        
5条回答
  •  死守一世寂寞
    2020-12-07 21:16

    ...and another reason is that you haven't installed MikTex yet.

    1. Download MikTex from here and follow the dialog prompts to install. I found the defaults to be reasonable and worked well for me.

    2. Try to build your R package again. It should be OK now.

提交回复
热议问题