forked from peekxc/Mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.07 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
Package: Mapper
Type: Package
Title: Topological Data Analysis using Mapper
Version: 0.9.2
Date: 2019-08-04
Author: Matt Piekenbrock
Authors@R: c(person("Matt", "Piekenbrock", email = "matt.piekenbrock@gmail.com", role = c("aut", "cre", "cph")))
Maintainer: Matt Piekenbrock <matt.piekenbrock@gmail.com>
Description: An efficient implementation of the Mapper algorithm, and other related algorithms and tools used in Topological Data Analysis.
Imports: R6, Rcpp, stats, methods, simplextree
LinkingTo: Rcpp, simplextree
License: MIT + file LICENSE
BugReports: https://github.com/peekxc/Mapper/issues
Remotes: peekxc/simplextree, peekxc/pixiplex
Suggests:
igraph,
proxy, parallelDist, fastcluster, RANN,
testthat, knitr, rmarkdown,
pixiplex,
shiny, ROI, nloptr
Copyright: The Mapper method was originally developed by Gurjeet Singh, Facundo Mémoli, and Gunnar Carlsson. The software is Copyright by Matt Piekenbrock.
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++11
RoxygenNote: 6.1.0
URL: https://github.com/peekxc/Mapper