-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.25 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
Package: phreng
Title: A Common API for Persistent Homology Calculations
Version: 0.0.0.9000
Authors@R: c(
person("Jason Cory", "Brunson", email = "cornelioid@gmail.com", role = c("aut", "cre"), comment= c(ORCID = "0000-0003-3126-9494")),
person("Robert", "Ryan", role = "aut"),
person("Ethan", "Borick", role = "aut"),
person("Alexia", "Cordova", role = "aut"),
person("Megan", "Sin", role = "aut"))
Description: An easy to use interface for calculating persistent homology where the user sets up a model specification without having to
remember the different argument names across the engines `TDA` and `ripserr`. It is part of the 'TDAverse' suite of packages, which is
designed to provide a collection of packages for enabling machine learning and data science tasks using persistent homology.
URL: https://github.com/bobbyryan215/phreng
BugReports: https://github.com/bobbyryan215/phreng/issues
License: MIT + file LICENSE
Imports:
S7,
phutil,
stringr,
snakecase
Suggests:
TDA,
ripserr,
knitr,
rmarkdown,
tinytest
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Collate:
'aaa.R'
'properties.R'
'ph_classes.R'
'compute_persistence.R'
'package_check.R'