Changelog
Source:NEWS.md
timbr 0.2.2
CRAN release: 2023-04-29
- Rename
map_forest()
totraverse
and deprecatemap_forest()
. - Update behavior of
as_tbl_graph.forest()
. - Update deprecated functions in vctrs.
timbr 0.2.1
CRAN release: 2023-04-07
- Rename the argument for
rowwise.forest()
. - Fix problems with CRAN checks.
timbr 0.2.0
CRAN release: 2023-03-04
- Now, display the tree structure in the header of
forest
. - Fix problems with CRAN checks.
timbr 0.1.1
CRAN release: 2022-09-19
- Rename modify.forest() to map_forest() because modify() will no longer be S3 generics in purrr 1.0.0 (#1).