Message-ID: <20231006174828.651b58c7@arachnoid>
Date: 2023-10-06T14:48:28Z
From: Ivan Krylov
Subject: [R-pkg-devel] Problem compressing vignettes for CRAN
In-Reply-To: <4d151206-4070-a86d-2700-5e69efa2a5d8@dewey.myzen.co.uk>
? Fri, 6 Oct 2023 15:36:45 +0100
Michael Dewey <lists at dewey.myzen.co.uk> ?????:
> But I did use the option --compact-vignettes=both when I built the
> tarball.
> I do have gs installed but not qpdf. I built the package under
> Windows if that is relevant.
Is the Ghostscript executable on the %PATH%? It might help to install a
newer version. It may also be informative to extract the vignette *.pdf
files from the source package tarball and run tools::compactPDF(pdfs,
gs_quality='ebook', verbose = TRUE) to see whether it breaks at any
point.
--
Best regards,
Ivan