qpdf.exe for compactPDF?

前端 未结 4 1999
梦谈多话
梦谈多话 2020-12-15 05:08

I am trying to check a package that I have built (with vignette) using R CMD check --as-cran [my package] in my windows command prompt. All goes well until I ge

4条回答
  •  我在风中等你
    2020-12-15 05:32

    After installing the latest version of RTools, the warning still popped up. However, I noticed that the Windows "where" command gave two paths to qpdf (different versions). After removing the R_QPDF environment variable and removing the new install of qpdf from the Windows path, so that only qpdf in RTools was found, the warning disappeared.

提交回复
热议问题