-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.21 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
Package: SimplicialComplex
Type: Package
Title: Topological Data Analysis: Simplicial Complex
Version: 0.1.0
Authors@R: c(person("ChiChien", "Wang", email = "kennywang2003@gmail.com", role = c("aut", "cre", "trl")))
Maintainer: ChiChien Wang <kennywang2003@gmail.com>
Description: Provides an implementation of simplicial complexes for
Topological Data Analysis (TDA). The package includes functions to
compute faces, boundary operators, Betti numbers, Euler characteristic,
and to construct simplicial complexes. It also implements persistent
homology, from building filtrations to computing persistence diagrams,
with the aim of helping readers understand the core concepts of
computational topology.
Methods are based on standard references in persistent homology such as
Zomorodian and Carlsson (2005) <doi:10.1007/s00454-004-1146-y> and
Chazal and Michel (2021) <doi:10.3389/frai.2021.667963>.
Imports:
Matrix,
gtools,
igraph,
ggplot2
License: MIT + file LICENSE
URL: https://github.com/TDA-R/SimplicialComplex
BugReports: https://github.com/TDA-R/SimplicialComplex/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3