Bug: progress bars can only access global environment #1078
Labels
feature
a feature request or enhancement
map 🗺️
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
Hi,
Progress bars documentation says:
However, while one would expect these expressions to evaluate in the current environment, it seems that they can only access variables declared in the global environment.
Here is a reprex.
As you can see, the progress bar doesn't know about
y
(parent environment) but knows aboutx
(global environment). It doesn't know aboutz
(current environment) either, you can test it.Created on 2023-05-02 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: