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

Disable progress bar when in R-notebooks #793

Closed
jimhester opened this issue Feb 14, 2018 · 2 comments
Closed

Disable progress bar when in R-notebooks #793

jimhester opened this issue Feb 14, 2018 · 2 comments
Labels
bug an unexpected problem or unintended behavior feature a feature request or enhancement
Milestone

Comments

@jimhester
Copy link
Collaborator

https://community.rstudio.com/t/inline-notebook-display-is-slow-when-loading-data/5231

Hopefully the RStudio IDE sets an option we can use when code is running in a notebook, that we can add to show_progress() (I am pretty sure it does).

@huyunwei
Copy link

huyunwei commented Mar 1, 2018

Thanks to @jimhester
I spent hours to figure out why readr::read_csv was times slower than base::read.csv , let alone data.table::fread
I reinstalled readr and tried all kinds of things, until I found the post mentioned above. It is clear in hindsight that interaction between the progress bar and the notebook kills the efficiency.
The default should be disabling progress bar in Notebook environment.

@jimhester jimhester added bug an unexpected problem or unintended behavior feature a feature request or enhancement labels Mar 9, 2018
a-epstein added a commit to a-epstein/kickstarter that referenced this issue Aug 3, 2018
Removed from dplyr selects and added a progress=FALSE to the read_csv based on the following issue: tidyverse/readr#793
@jimhester jimhester added this to the backlog milestone Nov 14, 2018
@lock
Copy link

lock bot commented May 14, 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 May 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants