Open wleoncio opened 1 month ago
Couldn't reproduce anymore (R 4.4.1). Closing as fixed, may reopen if problem reappears.
Issue can be reproduced on the devtools
builds (Win oldrel, release, devel), but not locally
This is the warning:
* checking sizes of PDF files under 'inst/doc' ... WARNING
'gs+qpdf' made some significant size reductions:
compacted 'example_cav_expo_noCovariates.pdf' from 351Kb to 100Kb
consider running tools::compactPDF(gs_quality = "ebook") on these files
or build the source package with --compact-vignettes=both
devtools::check()
gives this warning:Simply running
compactPDF()
manually on those files doesn't work, since they get overwritten by the built vignettes, so the compating needs to be incorporated into the vignette-building process.