-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
65 lines (65 loc) · 1.73 KB
/
Copy pathDESCRIPTION
File metadata and controls
65 lines (65 loc) · 1.73 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: rgph
Type: Package
Title: Pair Critical Points and Compute Persistent Homology of Reeb Graphs
Version: 0.1.0
Authors@R: c(
person(
"Satyajit", "Mohanty",
email = "mohantysatyajit57@gmail.com",
role = c("aut")
),
person(
"Shubham", "Singh",
email = "shubhamus16091998@example.com",
role = c("aut")
),
person(
"Jason Cory", "Brunson",
email = "cornelioid@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3126-9494")
),
person(
"Paul", "Rosen",
email = "paul.rosen@utah.edu",
role = c("cph", "ctb"),
comment = c("ReebGraphPairing; GPL-3 license",
ORCID = "0000-0002-0873-9518")
),
person(
"Junyi", "Tu",
email = "JXTU@salisbury.edu",
role = c("cph", "ctb"),
comment = c("ReebGraphPairing; GPL-3 license",
ORCID = "0000-0001-7026-7454")
)
)
Description: Interface to the 'ReebGraphPairing' program to compute critical
points of Reeb graphs following Tu, Hajij, & Rosen (2019)
<doi:10.1007/978-3-030-33720-9_8> via the 'rJava' package.
Also store Reeb graphs in a minimal S3 class,
convert between other network data structures,
and post-process pairing data to obtain extended persistent homology
following Carrière & Oudot (2018) <doi:10.1007/s10208-017-9370-z>.
Depends:
R (>= 2.7.0),
rJava (>= 0.5-0),
phutil
Suggests:
rlang,
tinytest,
igraph (>= 0.6-0),
network (>= 1.19.0),
knitr,
rmarkdown,
dplyr,
tidyr,
bench
SystemRequirements: Java (>= 5.0)
License: GPL-3
Repository: CRAN
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr