easystats / easystats/datawizard
Have `reverse()` and `slide()` use `rescale()` under the hood
Open
Beginner friendly
Nobody has claimed this yet.
Consistency :green_apple: :apple:
- Dominant language
- R
- Stars
- 238
- Forks
- 18
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 4
Description
This will allow these functions to be supported by makepredictcall(<dw_transformer>).
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 locating the reverse(), slide(), and rescale() entry points in the datawizard package, then inspect how makepredictcall(<dw_transformer>) currently handles transformations. Update reverse() and slide() to use rescale() while preserving their existing behavior, and verify that the resulting functions are supported by makepredictcall().
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100