-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 915 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
Package: treelabel
Type: Package
Title: Store labels in a tree hierarchy
Version: 0.0.7.2
Authors@R: person("Constantin", "Ahlmann-Eltze", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3762-068X"))
Description: The labels for many objects exist in hierarchical relationships. This
package makes it easy to store such labels and perform operations across
levels. The package is build around `vctrs` and is thus compatible with
other tidyverse functions and tibbles.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Depends: R (>= 4.1)
Imports:
igraph,
rlang (>= 1.1.0),
tibble,
vctrs (>= 0.6.5),
matrixStats (>= 1.4.0),
dplyr,
tidyselect,
glmGamPoi,
methods,
S4Vectors
Suggests:
testthat (>= 3.0.0),
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2