-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.12 KB
/
DESCRIPTION
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
Package: simplextree
Type: Package
Title: Provides Tools for Working with General Simplicial Complexes
Version: 1.0.2
Date: 2021-07-21
Depends: R (>= 3.4.0)
Authors@R: c(
person("Matt", "Piekenbrock", role = c("cre", "aut"), email = "[email protected]"),
person("Jason Cory", "Brunson", role = c("ctb"), email = "[email protected]"),
person("Howard", "Hinnant", email = "[email protected]", role = "cph"))
Maintainer: Matt Piekenbrock <[email protected]>
Description: Provides an interface to a Simplex Tree data structure, which is
a data structure aimed at enabling efficient manipulation of simplicial complexes
of any dimension. The Simplex Tree data structure was originally introduced by
Jean-Daniel Boissonnat and Clément Maria (2014) <doi:10.1007/s00453-014-9887-3>.
Language: en-US
License: MIT + file LICENSE
URL: https://github.com/peekxc/simplextree
LinkingTo: Rcpp
Imports:
Rcpp (>= 0.12.10),
methods,
magrittr
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
Suggests:
testthat,
knitr,
rmarkdown,
covr