Bypass qpdf checks

Is there a way to bypass the warning from R CMD check:

'qpdf' is needed for checks on size reduction of PDFs

I am working on a package on a company computer and do not have the administrative rights to install qpdf. We require that vignettes and instructional docs are in pdf format. I am using devtools::check() to confirm that the package would pass CRAN checks (although it is an internal package, I need it to perform to this standard). Is there a way to force devtools::check() to skip this warning?

I would prefer if all other warnings/errors/notes are preserved.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.