timbr
Forest/Tree Data Frames
Three years dormant, timbr returns with dplyr verbs that finally respect tree structure
◆Recent moves
- 1mo ago
Forests gain relocate/rows_patch/rows_update; map_forest now defunct
The release that ends a three-year silence, and it spends that budget on structural correctness rather than new surface. relocate(), rows_patch() and rows_update() are implemented for forests, select() now always keeps the internal node column, and several bugs that could corrupt node bookkeeping during climb() or error on single-level trees are fixed. map_forest() becomes defunct, completing the deprecation started in 0.2.2.
View source ↗ - 3y ago
map_forest() renamed to traverse() and deprecated
Starts the rename that 0.3.0 finishes, moving users from map_forest() to traverse() and updating as_tbl_graph.forest() behaviour. The deprecation window between this release and the defunct call in 0.3.0 ran over three years.
View source ↗ - 3y ago
Argument rename in rowwise.forest() and CRAN check fixes
A maintenance patch: one argument rename in rowwise.forest() plus CRAN check fixes. No change to what forests can do.
View source ↗ - 3y ago
Forest headers now print the tree structure
Adds tree structure display to the forest header, making the nesting visible at the console rather than inferred. A small ergonomic step on the same path 0.3.0 continues.
View source ↗