Issue
Every step's # Tidying section contains the same typo: "retruned" instead of "returned".
When you `tidy()` this step, a tibble is retruned with columns `terms` and `id`
Affected files
R/smote.R
R/bsmote.R
R/adasyn.R
R/smotenc.R
R/nearmiss.R
R/tomek.R
R/upsample.R
R/downsample.R
R/rose.R
All nine steps are affected. The typo is present in both the .R source and the rendered .Rd man files. Re-documenting after fixing will update the man files.
Issue
Every step's
# Tidyingsection contains the same typo: "retruned" instead of "returned".Affected files
R/smote.RR/bsmote.RR/adasyn.RR/smotenc.RR/nearmiss.RR/tomek.RR/upsample.RR/downsample.RR/rose.RAll nine steps are affected. The typo is present in both the
.Rsource and the rendered.Rdman files. Re-documenting after fixing will update the man files.