BAAQMD / BAAQMD/vartools

compatibility with tidyselect 1.1

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

`tidyselect` 1.1 brings a new `any_of()` that we could use to “forgivingly” drop variables that might or might not be present:

```
foo %>% select(-any_of(...))
```

We should also consider whether the new `select(., where(...))` syntax might be useful in our `vartools`
package (or in any of our other in-house packages or scripts).

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the vartools package and any in-house packages or scripts that use variable-dropping or selection helpers; start by identifying those call sites and their tidyselect version constraints. Evaluate whether tidyselect 1.1's any_of() and select(., where(...)) apply, then implement the agreed compatibility changes and verify the affected selection behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.