-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check() doesn't use --no-manual anymore by default #1087
Comments
I made this change because I assumed (possibly) incorrectly that you'd want to suppress building the manual, and if there was no manual in the package, you wouldn't need to check it. |
I think R CMD check still looks for a manual or tries to build one. This is what I see when
|
So I guess we need to check during both building and checking? Or should the check move back to |
I think we need to do the check in both places, yes. Optionally we may want to add a new arg "manual = FALSE" to check(). |
I think an additional argument passed down to both |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
It also breaks if pdflatex isn't installed. I think this is caused by 3188bbf, but I'm not sure how to handle it:
The text was updated successfully, but these errors were encountered: