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

Do not show progress bar if not interactive or knitr in progress #429

Merged
merged 2 commits into from Jul 30, 2014

Conversation

jimhester
Copy link
Contributor

This was easy enough to _Just do it_™

Fixes #428

@hadley
Copy link
Member

hadley commented May 20, 2014

Thanks! Would you mind adding a bullet to NEWS? (Might actually be best to hold off a couple of days until dplyr 0.2 gets to cran. In the middle of extended submission process)

@jimhester
Copy link
Contributor Author

I added a note to the current news, I can edit it again if you reformat the news after the 0.2 cran release if needed, just ping me here if needed.

Good luck with with the submission, I know from personal experience they can be frustrating.

@hadley
Copy link
Member

hadley commented Jul 28, 2014

Could you please move the news into the correct location? Thanks!

@jimhester
Copy link
Contributor Author

@hadley The news is moved and rebased.

@hadley
Copy link
Member

hadley commented Jul 30, 2014

Hmmm, I think something's gone wrong because there are now a whole lot of commits from me in the PR.

@jimhester
Copy link
Contributor Author

Maybe github gets confused when you rebase an existing pull request, I'll poke around some more.

Checking a NULL value for true results in an error

The previous commit correctly did not print the progress bar when
knitting, but it also threw an error when not knitting, this commit
fixes the issue in both cases

Add note to news

Correct issue number

Move progress bar interactive use to latest news block

Checking a NULL value for true results in an error

The previous commit correctly did not print the progress bar when
knitting, but it also threw an error when not knitting, this commit
fixes the issue in both cases

Add note to news

Correct issue number
@jimhester
Copy link
Contributor Author

Ok this now should be good to go.

hadley added a commit that referenced this pull request Jul 30, 2014
Do not show progress bar if not interactive or knitr in progress
@hadley hadley merged commit 5a1da8c into tidyverse:master Jul 30, 2014
@hadley
Copy link
Member

hadley commented Jul 30, 2014

Thanks!

@lock
Copy link

lock bot commented Jan 19, 2019

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 Jan 19, 2019
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.

Automatic progress bar should only display when in interactive and not knitting
2 participants