tidyverse / dplyr

dplyr: A grammar of data manipulation
https://dplyr.tidyverse.org/
Other
4.78k stars 2.12k forks source link

clean up .onLoad() #7034

Open TimTaylor opened 5 months ago

TimTaylor commented 5 months ago

.onLoad() seemed to be setting dplyr.show_progress in a users options which didn't seem necessary. This removes that and maintains current logic (although AFAICT progress bars have been deprecated anyway).