-
Notifications
You must be signed in to change notification settings - Fork 340
Add and propagate quiet arg to build_site()
#2899
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There's also A simpler test would be to check for "pandoc" or "chunk" in the message output, which I don't think we'd ever see unless the rmarkdown build output was included (by |
For what it's worth, from my point of view I think that testing for some key phrases like "pandoc" and/or "chunk" seems like a reasonable approach for testing whether the |
Closes #2330