Changelog
Source:NEWS.md
parttree 0.0.1.9004
To be released as 0.1
Improvements
- Major speed-up for extracting parttree nodes and coordinates on complicated trees (#15).
- Add method for tidymodels workflows objects fitted with
"rpart"
engine (#7 by @juliasilge).
parttree 0.0.1
- Create
parttree()
generic. (again, #3 by @zeileis) - Support for partykit objects (i.e.
constparty
class), which in turn allows support for base plot methods. (#3 by @zeileis) - ggplot2 moves from imports to depends and is now automatically loaded with parttree.
- Add
flipaxes
argument for easy switching in case or mismatch plot orientation. (#2 by @brhkim) - Added a
NEWS.md
file to track changes to the package.