Package: approxOT
Type: Package
Title: Approximate and Exact Optimal Transport Methods
Version: 1.2
Date: 2025-01-06
Authors@R: 
    c(person("Eric", "Dunipace", 
        role = c("aut", "cre"),
        email = "edunipace@mail.harvard.edu",
        comment = c(ORCID = "0000-0001-8909-213X")),
    person(given = "Andrew",
        family = "Johnson",
        role = c("ctb"),
        comment = c(ORCID = "0000-0001-7000-8065")),
    person(given = "Espen",
        family = "Bernton",
        role = c("ctb"),
        comment = "'Hilbert Sort' adapted from their code"),
    person(given = "Mathieu",
        family = "Gerber",
        role = c("ctb"),
        comment = "'Hilbert Sort' adapted from their code"),
    person(given = "Pierre",
        family = "Jacob",
        role = c("ctb"),
        comment = "'Hilbert Sort' adapted from their code"),
    person(given = "Dominic", 
        family = "Schuhmacher", 
        email = "dominic.schuhmacher@mathematik.uni-goettingen.de", 
        role = c("ctb"),
        comment = "'Shortsimplex' optimal transport method adapted from their code"),
    person(given = "Nicolas", 
        family = "Bonneel", 
        role = "ctb", 
        comment = "'network simplex' algorithm adapted from their code")
        )
Maintainer: Eric Dunipace <edunipace@mail.harvard.edu>
Description: R and C++ functions to perform exact and 
  approximate optimal transport. All C++ methods can be linked 
  to other R packages via their header files. 
License: GPL (== 3.0)
Imports: Rcpp (>= 1.0.3), stats
LinkingTo: Rcpp, RcppEigen, RcppCGAL, BH
BugReports: https://github.com/ericdunipace/approxOT/issues
Suggests: testthat (>= 2.1.0), transport
Encoding: UTF-8
RoxygenNote: 7.3.2
SystemRequirements: C++17
URL: https://github.com/ericdunipace/approxOT
NeedsCompilation: yes
Packaged: 2025-01-09 00:44:28 UTC; eifer
Author: Eric Dunipace [aut, cre] (<https://orcid.org/0000-0001-8909-213X>),
  Andrew Johnson [ctb] (<https://orcid.org/0000-0001-7000-8065>),
  Espen Bernton [ctb] ('Hilbert Sort' adapted from their code),
  Mathieu Gerber [ctb] ('Hilbert Sort' adapted from their code),
  Pierre Jacob [ctb] ('Hilbert Sort' adapted from their code),
  Dominic Schuhmacher [ctb] ('Shortsimplex' optimal transport method
    adapted from their code),
  Nicolas Bonneel [ctb] ('network simplex' algorithm adapted from their
    code)
Repository: CRAN
Date/Publication: 2025-01-09 12:30:06 UTC
