I'm building an R package under Windows 10 with RStudio 1.0.136 and get a warning about qpdf
(see How to build qpdf on Windows? for more details about this issue). But and the end of the checks, the number of warnings is shown to be 0. So I wonder if there is one or no warning that has to be solved before I can submit the package to CRAN?
Here is the last part of the checks:
...
- checking for unstated dependencies in examples ... OK WARNING 'qpdf' is needed for checks on size reduction of PDFs
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... OK
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in 'inst/doc' ... OK
- checking re-building of vignette outputs ... OK
- DONE Status: 1 WARNING
See 'C:/Users/username/Documents/hmi.Rcheck/00check.log' for details.
R CMD check results 0 errors | 0 warnings | 0 notes
R CMD check succeeded