-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.16 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
31
32
33
34
35
36
37
38
39
40
Package: MapperAlgo
Title: Topological Data Analysis: Mapper Algorithm
Version: 1.1.0
Date: 2026-04-13
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:
inaparc,
ppclust,
parallel,
doParallel,
foreach,
networkD3,
igraph,
ggplot2,
htmlwidgets,
rlang,
webshot2,
jsonlite,
viridisLite,
mclust,
nortest
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
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
RoxygenNote: 7.3.2