Skip to content

Commit

Permalink
Prepare for version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UchidaMizuki committed Apr 29, 2023
1 parent d293594 commit 0dea38d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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",
family = "Uchida",
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
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

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.

Expand Down

0 comments on commit 0dea38d

Please sign in to comment.