-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 1.13 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
Package: tdaunif
Title: Uniform Manifold Samplers for Topological Data Analysis
Version: 0.2.0
Authors@R: c(
person("Jason Cory", "Brunson", email = "cornelioid@gmail.com", role = c("aut", "cre")),
person("Brandon", "Demkowicz", email = "brandondemkowicz@gmail.com", role = "aut"),
person("Sanmati", "Choudhary", email = "20choudharysa@fpsct.org", role = "aut"),
person("Barry W.", "Brunson", role = "ctb")
)
Description: Uniform random samples from simple manifolds, sometimes with noise,
are commonly used to test topological data analytic (TDA) tools.
This package includes samplers powered by two techniques: analytic
volume-preserving parameterizations, as employed by Arvo (1995)
<doi:10.1145/218380.218500>, and rejection sampling, as employed by
Diaconis, Holmes, and Shahshahani (2013) <doi:10.1214/12-IMSCOLL1006>.
Depends: R (>= 3.3.0)
Suggests:
knitr,
rmarkdown,
testthat,
vdiffr (>= 0.2)
License: GPL-3
Encoding: UTF-8
URL: https://tdaverse.github.io/tdaunif/
BugReports: https://github.com/tdaverse/tdaunif/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)