-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.43 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
Package: rgudhi
Title: An Interface to the GUDHI Library for Topological Data Analysis
Version: 0.2.0.9000
Authors@R: c(
person(
given = "Aymeric",
family = "Stamm",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8725-3654")),
person(
given = "GUDHI Editorial Board",
role = "ctb",
comment = c("https://gudhi.inria.fr/people/")
))
Description: Provides an interface to the GUDHI library which is a generic open
source C++ library, with a Python interface, for topological data analysis
(TDA) and higher dimensional geometry understanding. The library offers
state-of-the-art data structures and algorithms to construct simplicial
complexes and compute persistent homology.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/LMJL-Alea/rgudhi,
https://lmjl-alea.github.io/rgudhi/
BugReports: https://github.com/lmjl-alea/rgudhi/issues
Config/reticulate:
list(
packages = list(
list(package = "POT", version = "0.9.1"),
list(package = "scikit-learn", version = "1.3.1"),
list(package = "gudhi", version = "3.8.0")
)
)
Imports:
cli,
curl,
dplyr,
fs,
ggplot2,
purrr,
R6,
Rdpack (>= 2.4.0),
reticulate,
rlang,
tibble,
withr
Suggests:
covr,
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
RdMacros: Rdpack