On Fri, 31 Mar 2023 16:51:40 -0400 Dennis Boos <b...@ncsu.edu> wrote:
> Also, I keep getting the message in the Rstudio check > > WARNING > 'qpdf' is needed for checks on size reduction of PDFs > > > but I got the latest versions of R and Rstudio and was able to get > qpdf to install and loaded with library(qpdf), but Rstudio still gives > that message. Almost there. The 'qpdf' package interfaces to the same code that the 'qpdf' command line tool uses to do its job. R CMD check uses the latter, not the former. It looks like you're on Windows, so you need to install Rtools in order to get a compatible version of 'qpdf': https://cran.r-project.org/bin/windows/Rtools/rtools43/rtools.html -- Best regards, Ivan ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel