From 0dea38d1791c61ce40d1b63a0d005c89fcc24999 Mon Sep 17 00:00:00 2001 From: UchidaMizuki Date: Sat, 29 Apr 2023 19:12:38 +0900 Subject: [PATCH] Prepare for version 0.2.2 --- DESCRIPTION | 6 +++--- NEWS.md | 6 ++++++ README.Rmd | 2 +- README.md | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1c1378c..02952f4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: timbr Type: Package -Title: Forest Data Frames -Version: 0.2.1 +Title: Forest/Tree Data Frames +Version: 0.2.2 Authors@R: person( given = "Mizuki", @@ -9,7 +9,7 @@ Authors@R: email = "uchidamizuki@vivaldi.net", role = c("aut", "cre") ) -Description: Provides data frames for forest (or tree) data structures. You can +Description: Provides data frames for forest or tree data structures. You can create forest data structures from data frames and process them based on their hierarchies. License: MIT + file LICENSE diff --git a/NEWS.md b/NEWS.md index 53a8492..7d2e4b3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# timbr 0.2.2 + +* Rename `map_forest()` to `traverse` and deprecate `map_forest()`. +* Update behavior of `as_tbl_graph.forest()`. +* Update deprecated functions in vctrs. + # timbr 0.2.1 * Rename the argument for `rowwise.forest()`. diff --git a/README.Rmd b/README.Rmd index e9dde22..9a915e9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ knitr::opts_chunk$set( [![R-CMD-check](https://github.com/UchidaMizuki/timbr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/UchidaMizuki/timbr/actions/workflows/R-CMD-check.yaml) -timbr provides data frames for forest (or tree) data structures. +timbr provides data frames for forest or tree data structures. You can create forest data structures from data frames and process them based on their hierarchies. ## Installation diff --git a/README.md b/README.md index 18da829..a0ef075 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ coverage](https://codecov.io/gh/UchidaMizuki/timbr/branch/main/graph/badge.svg)] [![R-CMD-check](https://github.com/UchidaMizuki/timbr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/UchidaMizuki/timbr/actions/workflows/R-CMD-check.yaml) -timbr provides data frames for forest (or tree) data structures. You can +timbr provides data frames for forest or tree data structures. You can create forest data structures from data frames and process them based on their hierarchies.