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.