Package: SimplicialComplex
Type: Package
Title: Topological Data Analysis: Simplicial Complex
Version: 0.1.2
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, including Vietoris-Rips, Cech,
    Alpha, Delaunay, Witness, flood, and (via a Freudenthal triangulation)
    cubical complexes for grid and image data. It also implements persistent
    homology, from building filtrations (via a single build_filtration()
    entry point covering all of the above) to computing persistence
    diagrams, persistence landscapes, and Wasserstein/bottleneck distances
    between 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>,
    Chazal and Michel (2021) <doi:10.3389/frai.2021.667963>, and
    Otter, Porter, Tillmann, Grindrod and Harrington (2017)
    <doi:10.1140/epjds/s13688-017-0109-5>.
Imports: Matrix, gtools, igraph, ggplot2, geometry, RANN, clue
License: MIT + file LICENSE
URL: https://github.com/TDA-R/SimplicialComplex
BugReports: https://github.com/TDA-R/SimplicialComplex/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), torch
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-08-24 13:48:05 UTC; wangqiqian
Author: ChiChien Wang [aut, cre, trl]
Repository: CRAN
Date/Publication: 2026-08-24 18:40:50 UTC
Built: R 4.6.1; ; 2026-08-24 22:55:36 UTC; unix
