Package: ripserr
Title: Calculate Persistent Homology with Ripser-Based Engines
Version: 0.3.0
Authors@R: 
    c(person(given = "Raoul",
             family = "Wadhwa",
             role = "aut",
             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 = "Jason Cory",
             family = "Brunson",
             role = c("aut", "cre"),
             email = "cornelioid@gmail.com",
             comment = c(ORCID = "0000-0003-3126-9494")),
      person(given = "Emily",
             family = "Noble",
             role = "ctb"),
      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.")),
      person(given = "Xinyi", 
             family = "Zhang",
             role = "aut",
             email = "ezhang0927@gmail.com"))
Description: Ports the Ripser <doi:10.48550/arXiv.1908.02518>
    and Cubical Ripser <doi:10.48550/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.3.2
URL: https://github.com/tdaverse/ripserr/
BugReports: https://github.com/tdaverse/ripserr/issues
LinkingTo: Rcpp
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 1.0), stats (>= 3.0), utils (>= 3.0)
Suggests: covr (>= 3.5), knitr (>= 1.29), rmarkdown (>= 2.3), testthat
        (>= 2.3), lmtest
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-04-06 13:02:27 UTC; jasoncorybrunson
Author: Raoul Wadhwa [aut] (<https://orcid.org/0000-0003-0503-9580>),
  Matt Piekenbrock [aut],
  Jacob Scott [aut] (<https://orcid.org/0000-0003-2971-7673>),
  Jason Cory Brunson [aut, cre] (<https://orcid.org/0000-0003-3126-9494>),
  Emily Noble [ctb],
  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.),
  Xinyi Zhang [aut]
Maintainer: Jason Cory Brunson <cornelioid@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-06 18:20:02 UTC
