Skip to content

CRAN release 2.3.0

Compare
Choose a tag to compare
@mayer79 mayer79 released this 20 Oct 19:32
· 20 commits to main since this release
ac24bae

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.