When I carry out devtools::check() for my package, everything looks fine. I've noticed some people discuss building the PDF manual for the R package. Is it required for CRAN submission? I haven't found out I have such a pdf file sitting anywhere in my package. Hope you can shed some light in this regard. Thanks!
Thank you so much for shedding some light. Actually, The manual argument is FALSE by default in devtools::check(), which caused me to think it is something we need to do on our side.
Ah right, and when you use usethis::use_release_issue() to get a checklist of things to do before a CRAN submission, one of the items is devtools::check(remote = TRUE, manual = TRUE).