Package: ripserr
Title: Calculate Persistent Homology with Ripser-Based Engines
Version: 0.1.0
Authors@R: 
    c(person(given = "Raoul",
             family = "Wadhwa",
             role = c("aut", "cre"),
             email = "raoulwadhwa@gmail.com",
             comment = c(ORCID = "0000-0003-0503-9580")),
      person(given = "Matt",
             family = "Piekenbrock",
             role = "aut",
             email = "matt.piekenbrock@gmail.com"),
      person(given = "Jacob",
             family = "Scott",
             role = "aut",
             comment = c(ORCID = "0000-0003-2971-7673")),
      person(given = "Takeki", family = "Sudo",
             role = c("cph", "ctb"),
             comment = paste("Takeki Sudo is a copyright holder for Cubical",
                             "Ripser (GPL-3 license), which was refactored",
                             "prior to inclusion in ripserr.")),
      person(given = "Kazushi", family = "Ahara",
             role = c("cph", "ctb"),
             comment = paste("Kazushi Ahara is a copyright holder for Cubical",
                             "Ripser (GPL-3 license), which was refactored",
                             "prior to inclusion in ripserr.")),
      person(given = "Ulrich", family = "Bauer",
             role = c("cph", "ctb"),
             comment = paste("Ulrich Bauer holds the copyright to Ripser",
                             "(MIT license), which was refactored prior",
                             "to inclusion in ripserr.")))
Description: Ports the Ripser <arXiv:1908.02518> and Cubical Ripser
    <arXiv:2005.12692> persistent homology calculation engines from C++. Can
    be used as a rapid calculation tool in topological data analysis
    pipelines.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/rrrlw/ripserr
BugReports: https://github.com/rrrlw/ripserr/issues
LinkingTo: Rcpp
Depends: R (>= 3.5.0)
Imports: methods (>= 3.0), Rcpp (>= 1.0), stats (>= 3.0)
SystemRequirements: C++11
Suggests: testthat (>= 2.3), covr (>= 3.5), knitr (>= 1.29), rmarkdown
        (>= 2.3), TDAstats (>= 0.4)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-09-04 21:14:56 UTC; wadhwar
Author: Raoul Wadhwa [aut, cre] (<https://orcid.org/0000-0003-0503-9580>),
  Matt Piekenbrock [aut],
  Jacob Scott [aut] (<https://orcid.org/0000-0003-2971-7673>),
  Takeki Sudo [cph, ctb] (Takeki Sudo is a copyright holder for Cubical
    Ripser (GPL-3 license), which was refactored prior to inclusion in
    ripserr.),
  Kazushi Ahara [cph, ctb] (Kazushi Ahara is a copyright holder for
    Cubical Ripser (GPL-3 license), which was refactored prior to
    inclusion in ripserr.),
  Ulrich Bauer [cph, ctb] (Ulrich Bauer holds the copyright to Ripser
    (MIT license), which was refactored prior to inclusion in ripserr.)
Maintainer: Raoul Wadhwa <raoulwadhwa@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-14 08:50:03 UTC
