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
I think this is incorrect because inner quosures do not own the dynamic environments of outer quosures. Furthermore, this creates inconsistencies due to quosure inlining:
The
.env
pronouns currently refer to the environment of the outermost quosure:I think this is incorrect because inner quosures do not own the dynamic environments of outer quosures. Furthermore, this creates inconsistencies due to quosure inlining:
It should be safe to fix this behaviour as we didn't document this pronoun in dplyr's programming vignette.
The text was updated successfully, but these errors were encountered: