-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.17 KB
/
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
37
38
39
40
41
42
Package: tdarec
Title: A 'recipes' extension for persistent homology and its vectorizations
Version: 0.0.9000
Authors@R: c(
person("Jason Cory", "Brunson",
email = "[email protected]",
role = c("cre", "aut"))
)
Description: Topological data analysis usually produces persistence data
comprising birth and death values of one or more degrees (dimensions).
Specialized vectorization methods are required to incorporatesuch data into
null hypothesis testing, machine learning, and other workflows.
These recipe steps provide validated vectorizations of persistence data as
recipe steps.
License: GPL (>= 3)
URL: https://github.com/corybrunson/tdarec
BugReports: https://github.com/corybrunson/tdarec/issues
Depends:
R (>= 3.1),
recipes (>= 0.1.17),
dials
Imports:
rlang (>= 1.1.0),
vctrs (>= 0.5.0),
tibble,
tidyr,
purrr (>= 1.0.0),
scales
Suggests:
tdaunif,
TDA,
ripserr (>= 0.1.1),
TDAvec,
testthat (>= 3.0.0),
knitr (>= 1.20),
rmarkdown (>= 1.10)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3