The `segments` argument requires columns in `vars()` and doesn't work with `c()`
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 1k
- Forks
- 59
- Avg merge
- 25m
- Merged PRs (30d)
- 4
Description
I think I noticed that the segments argument also requires vars() and doesn't work with c()
Originally posted by @Aariq in https://github.com/rich-iannone/pointblank/issues/416#issuecomment-1184491330
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
Start by reproducing the reported difference between using vars() and c() for the segments argument in a relevant pointblank validation example. Trace the segments argument entry point and add a regression test for the expected behavior; done means the supported column-selection forms work consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100