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

unused helper in source code #139

Closed
simonpcouch opened this issue Feb 23, 2024 · 0 comments · Fixed by #153
Closed

unused helper in source code #139

simonpcouch opened this issue Feb 23, 2024 · 0 comments · Fixed by #153
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day upkeep maintenance, infrastructure, and similar

Comments

@simonpcouch
Copy link
Contributor

Because of a partial revert in #135 there's now an unused helper in the source:

create_filter_expr <- function(...) {
purrr::imap(..., ~ expr(!!parse_expr(.y) == !!.x)) %>%
purrr::reduce(function(x, y) expr(!!x & !!y))
}

@simonpcouch simonpcouch added the upkeep maintenance, infrastructure, and similar label Feb 23, 2024
@topepo topepo added the tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day upkeep maintenance, infrastructure, and similar
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants