-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2.58 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: ripserr
Title: Calculate Persistent Homology with Ripser-Based Engines
Version: 0.2.0
Authors@R:
c(person(given = "Raoul",
family = "Wadhwa",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0503-9580")),
person(given = "Matt",
family = "Piekenbrock",
role = "aut",
email = "[email protected]"),
person(given = "Jacob",
family = "Scott",
role = "aut",
comment = c(ORCID = "0000-0003-2971-7673")),
person(given = "Jason Cory",
family = "Brunson",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3126-9494")),
person(given = "Emily",
family = "Noble",
role = "ctb"),
person(given = "Takeki", family = "Sudo",
role = c("cph", "ctb"),
comment = paste("Takeki Sudo is a copyright holder for Cubical",
"Ripser (GPL-3 license), which was refactored",
"prior to inclusion in ripserr.")),
person(given = "Kazushi", family = "Ahara",
role = c("cph", "ctb"),
comment = paste("Kazushi Ahara is a copyright holder for Cubical",
"Ripser (GPL-3 license), which was refactored",
"prior to inclusion in ripserr.")),
person(given = "Ulrich", family = "Bauer",
role = c("cph", "ctb"),
comment = paste("Ulrich Bauer holds the copyright to Ripser",
"(MIT license), which was refactored prior",
"to inclusion in ripserr.")),
person(given = "Xinyi",
family = "Zhang",
role = "aut",
email = "[email protected]"))
Description: Ports the Ripser <arXiv:1908.02518> and Cubical Ripser
<arXiv:2005.12692> persistent homology calculation engines from C++. Can
be used as a rapid calculation tool in topological data analysis
pipelines.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://rrrlw.github.io/ripserr/
BugReports: https://github.com/rrrlw/ripserr/issues
LinkingTo: Rcpp
Depends: R (>= 3.5.0)
Imports:
magrittr (>= 1.5),
Rcpp (>= 1.0),
stats (>= 3.0),
utils (>= 3.0)
SystemRequirements: C++11
Suggests:
covr (>= 3.5),
knitr (>= 1.29),
rmarkdown (>= 2.3),
testthat (>= 2.3),
devtools,
lmtest
VignetteBuilder: knitr