You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automatic progress bar for do currently outputs regardless of interactive use or if you are using knitr. Ideally the progress bar should check for both of these conditions.
I believe you can use interactive() to check for an interactive session and knitr sets the global option knitr.in.progress when it is running, or you can probably use the new knitr print functions, although I haven't written anything using them yet. If I get some spare time I can submit a pull request for this, let me know which way you would prefer to handle knitr.
The text was updated successfully, but these errors were encountered:
The automatic progress bar for
do
currently outputs regardless of interactive use or if you are using knitr. Ideally the progress bar should check for both of these conditions.I believe you can use
interactive()
to check for an interactive session and knitr sets the global optionknitr.in.progress
when it is running, or you can probably use the new knitr print functions, although I haven't written anything using them yet. If I get some spare time I can submit a pull request for this, let me know which way you would prefer to handle knitr.The text was updated successfully, but these errors were encountered: