(SUMMARY) warning if pdf of vignette is missing
0
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
For the "final" step of checking your packages, we recommend the following: R CMD build foo/ R CMD check foo_1.2.3.tar.gz This procedure has the following advantages: 1. Vignette pdfs are generated by the build step and checked in the check step. 2. Running check in this way will not have any side-effects (left behind files) in your package source directory. It is, of course, a bit tedious to build and check. So while you are working on code, you may find it convenient to occasionally run check on the package source directory. Hope that helps clarify things. + seth
• 511 views
ADD COMMENT

Login before adding your answer.

Traffic: 996 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6