Package: MapperAlgo
Title: Topological Data Analysis: Mapper Algorithm
Version: 1.0.5
Date: 2025-10-1
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, networkD3, igraph, ggraph,
        tidygraph, ggplot2, htmlwidgets, rlang, webshot2
Suggests: fastcluster, cluster, dbscan, testthat (>= 3.0.0)
License: MIT + file LICENSE
URL: https://github.com/TDA-R/MapperAlgo
BugReports: https://github.com/TDA-R/MapperAlgo/issues
Encoding: UTF-8
Config/testthat/edition: 3
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-10-01 19:48:59 UTC; wangqiqian
Author: ChiChien Wang [aut, cre, trl],
  Paul Pearson [ctb],
  Daniel Muellner [ctb],
  Gurjeet Singh [ctb]
Repository: CRAN
Date/Publication: 2025-10-01 20:00:02 UTC
Built: R 4.6.0; ; 2025-10-11 03:55:00 UTC; windows
