Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace vendored lazyeval with rlang #1426

Open
maelle opened this issue Jul 4, 2024 · 2 comments
Open

replace vendored lazyeval with rlang #1426

maelle opened this issue Jul 4, 2024 · 2 comments
Assignees
Labels
upkeep maintenance, infrastructure, and similar

Comments

@maelle
Copy link
Contributor

maelle commented Jul 4, 2024

from #1419

@maelle maelle added the upkeep maintenance, infrastructure, and similar label Jul 4, 2024
@maelle maelle self-assigned this Jul 4, 2024
@maelle
Copy link
Contributor Author

maelle commented Aug 13, 2024

.env is an obstacle at the moment.

@maelle
Copy link
Contributor Author

maelle commented Aug 13, 2024

lala = 1

pof <- function(x, ...) {
  rlang::eval_tidy(rlang::enquos(...)[[1]])
}

pof(x = 2, lala = rlang::.env$lala)
#> Error:
#> ! Can't subset `.data` outside of a data mask context.

Created on 2024-08-13 with reprex v2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upkeep maintenance, infrastructure, and similar
Projects
None yet
Development

No branches or pull requests

1 participant