-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.18 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
Package: TDA
Type: Package
Title: Statistical Tools for Topological Data Analysis
Version: 1.8.6
Date: 2022-02-28
Author: Brittany T. Fasy, Jisu Kim, Fabrizio Lecci, Clement Maria,
David L. Millman, Vincent Rouvreau.
Maintainer: Jisu Kim <[email protected]>
Copyright: See inst/COPYRIGHTS
Description: Tools for the statistical analysis of persistent homology and for
density clustering. For that, this package provides an R interface for the
efficient algorithms of the C++ libraries 'GUDHI' <https://project.inria.fr/gudhi/software/>, 'Dionysus' <https://www.mrzv.org/software/dionysus/>, and 'PHAT' <https://bitbucket.org/phat-code/phat/>. This package also implements the methods in Fasy et al. (2014) <doi:10.1214/14-AOS1252> and Chazal et al. (2014) <doi:10.1145/2582112.2582128> for analyzing the statistical significance of persistent homology features.
Depends: R (>= 3.1.0)
Repository: CRAN
License: GPL-3
Imports:
FNN,
Rcpp (>= 0.11.0),
igraph,
parallel,
scales
Suggests:
testthat,
lintr
Encoding:
UTF-8
LinkingTo:
BH (>= 1.78.0-0),
Rcpp,
RcppEigen
SystemRequirements:
C++14,
gmp,
GNU make
URL: https://github.com/compTAG/r-tda