-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 857 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: timbr
Type: Package
Title: Forest/Tree Data Frames
Version: 0.2.2.9000
Authors@R:
person(
given = "Mizuki",
family = "Uchida",
email = "[email protected]",
role = c("aut", "cre")
)
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
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
cli,
dplyr,
lifecycle,
pillar,
purrr,
rlang,
tibble,
tidygraph,
tidyselect,
vctrs (>= 0.5.2)
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/UchidaMizuki/timbr,
https://uchidamizuki.github.io/timbr/
BugReports: https://github.com/UchidaMizuki/timbr/issues