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

issue with NSE + as.list(env) #8

Open
moodymudskipper opened this issue Oct 4, 2021 · 0 comments
Open

issue with NSE + as.list(env) #8

moodymudskipper opened this issue Oct 4, 2021 · 0 comments

Comments

@moodymudskipper
Copy link
Owner

This used to work but not anymore since we convert env to list and fail if unevaluated arguments can't be evaluated.

fun <- function(x) {
  select(iris, {{x}})
} %refactor% {
  select(iris, {{x}})
}

fun(Species)

We should ignore promises, or better check they have he same expression and env.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant