Progress bar to access current/parent environment in map functions.#1221
Merged
hadley merged 12 commits intotidyverse:mainfrom Sep 24, 2025
Merged
Progress bar to access current/parent environment in map functions.#1221hadley merged 12 commits intotidyverse:mainfrom
hadley merged 12 commits intotidyverse:mainfrom
Conversation
Member
|
Tested interactively with |
Member
|
@jcolt45 sorry for not having the time to review this interactively 😞, but I'm trying to get a purrr release out soon and didn't want to leave your contribution behind. The main change I made was to pull this out into a helper function, and once I did that I realised we could use it to check that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Formatted strings for progress bars in map functions could only access global environment. Updated
map_,map2_, andpmap_to addcaller = .purrr_user_envby default to the.progressargument to access current/parent environments.Fixes #1078