nacnudus / unpivotr

Unpivot complex and irregular data layouts in R
https://nacnudus.github.io/unpivotr/
Other
185 stars 19 forks source link

Pass environment to `as_function()` #49

Closed lionel- closed 3 years ago

lionel- commented 3 years ago

In the next version of rlang as_function() will search functions by name in the global environment by default. See https://github.com/r-lib/rlang/blob/master/NEWS.md#breaking-changes for the motivation. We plan to release rlang within the month. Sorry for the breaking change.

nacnudus commented 3 years ago

Thanks very much for providing the fix!