CRAN release 2.3.0
Major improvements
missRanger()
now works with syntactically wrong variable names like "1bad:variable". This solves an old issue, recently popping up in this new issue.missRanger()
now works with any number of features, as long as the formula is left at its default, i.e.,. ~ .
. This solves this issue.
Other changes
- Documentation improvement.
ranger()
is now called via the x/y interface, not the formula interface anymore.