Package: MapperAlgo
Title: Topological Data Analysis: Mapper Algorithm
Version: 1.0.2
Date: 2025-02-15
Authors@R: c(
  person("ChiChien", "Wang", email = "kennywang2003@gmail.com", role = c("aut", "cre", "trl")),
  person("Paul", "Pearson", email = "pearsonp@hope.edu", role = "ctb"),
  person("Daniel", "Muellner", role = "ctb"),
  person("Gurjeet", "Singh", role = "ctb"))
Maintainer: ChiChien Wang <kennywang2003@gmail.com>
Description: The Mapper algorithm from Topological Data Analysis, the steps are as follows 1. Define a filter (lens) function on the data. 2. Perform clustering within each level set. 3. Generate a complex from the clustering results.
Depends: R (>= 3.1.2)
Imports: parallel, doParallel, foreach,
Suggests: fastcluster, networkD3, igraph, cluster, dbscan, testthat (>=
        3.0.0)
License: MIT + file LICENSE
URL: https://github.com/kennywang112/MapperAlgo/
BugReports: https://github.com/kennywang112/MapperAlgo/issues
Encoding: UTF-8
Config/testthat/edition: 3
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-02-15 07:17:29 UTC; wangqiqian
Author: ChiChien Wang [aut, cre, trl],
  Paul Pearson [ctb],
  Daniel Muellner [ctb],
  Gurjeet Singh [ctb]
Repository: CRAN
Date/Publication: 2025-02-15 07:30:03 UTC
