Skip to content
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

closes #1031: add option to suppress output from cropping utility #1034

Merged
merged 1 commit into from May 13, 2015

Conversation

bastistician
Copy link
Contributor

The new quiet argument defaults to !opts_knit$get("progress")
such that standard output is suppressed for knit(, quiet = TRUE).
The more portable system2() is now used instead of system()
to call the command line cropping utility.

The new "quiet" argument defaults to `!opts_knit$get("progress")`
such that standard output is suppressed for knit(, quiet = TRUE).
yihui added a commit that referenced this pull request May 13, 2015
closes #1031: add option to suppress output from cropping utility
@yihui yihui merged commit a663bf1 into yihui:master May 13, 2015
@yihui yihui added this to the v1.11 milestone May 13, 2015
@yihui
Copy link
Owner

yihui commented May 13, 2015

I have seen multiple reports in which system2()/system() failed to work on Windows. Anyway, I merged this one and will see if system2() is still problematic for Windows users. Thanks!

yihui added a commit that referenced this pull request May 23, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants