Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

check(quiet = TRUE) doesn't shush document() #1986

Closed
jennybc opened this issue Feb 12, 2019 · 3 comments
Closed

check(quiet = TRUE) doesn't shush document() #1986

jennybc opened this issue Feb 12, 2019 · 3 comments

Comments

@jennybc
Copy link
Member

jennybc commented Feb 12, 2019

> x <- check(quiet = TRUE)
Updating reprex documentation
Writing NAMESPACE
Loading reprex
Writing NAMESPACE

It would be nice if quiet = TRUE also affected document(). Not sure if best fixed by equipping document() with a quiet argument and passing that along or just muffle it from check().

@jimhester
Copy link
Member

I really dislike check() running document by default :(

I think adding a quiet argument to document is the best option.

@jennybc
Copy link
Member Author

jennybc commented Feb 12, 2019

I think adding a quiet argument to document is the best option.

I started descending down that ladder and it's not going to be easy because the lower-level functions generally don't have a switch for verbosity.

@lock
Copy link

lock bot commented Feb 28, 2020

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/

@lock lock bot locked and limited conversation to collaborators Feb 28, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants