tidymodels / tidymodels/rsample
upkeep for `tidyselect::vars_select()`
Open
Nobody has claimed this yet.
upkeep
- Dominant language
- R
- Stars
- 343
- Forks
- 67
- Avg merge
- 1h 9m
- Merged PRs (30d)
- 2
Description
tidyselect::vars_select() is marked as questioning, the help page says
Please use
eval_select()andeval_rename()instead. See vignette("tidyselect") to get started.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the rsample repository for uses of tidyselect::vars_select(), then read the linked tidyselect vignette to understand the recommended eval_select() and eval_rename() APIs. Update the affected usage and run the repository's existing tests to confirm the resampling behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100