R CMD check --as-cran warning
问题 I am trying to do R CMD check before uploading my package to CRAN. R CMD check --as-cran "my package folder". However, it spits out this warning: "checking for unstated dependencies in examples ... OK WARNING pdf is needed for checks on size reduction of PDFs" I searched online but found no clue to solve this problem. This warning does not turn up when I run "R CMD check" only. And my package works with no problem. Could someone please tell me what might be wrong with my package? 回答1: qpdf is