Package: RcppHungarian
Type: Package
Title: Solves Minimum Cost Bipartite Matching Problems
Version: 0.3
Date: 2023-09-05
Authors@R: c(person("Justin", "Silverman", role=c("aut", "cre"),
                     email = "JustinSilverman@psu.edu"), 
             person("Cong", "Ma", role=c("ctb", "cph")), 
             person("Markus", "Buehren", role=c("ctb", "cph")))
Maintainer: Justin Silverman <JustinSilverman@psu.edu>
Copyright: See file COPYRIGHT for details
Description: Header library and R functions to solve minimum cost bipartite matching problem 
 using Huhn-Munkres algorithm (Hungarian algorithm; <https://en.wikipedia.org/wiki/Hungarian_algorithm>;
 Kuhn (1955) <doi:10.1002/nav.3800020109>). 
 This is a repackaging of code written by Cong Ma in the GitHub repo <https://github.com/mcximing/hungarian-algorithm-cpp>.
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.1)
LinkingTo: Rcpp
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, ggplot2
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/jsilve24/RcppHungarian
NeedsCompilation: yes
Packaged: 2023-09-05 22:14:19 UTC; jds6696
Author: Justin Silverman [aut, cre],
  Cong Ma [ctb, cph],
  Markus Buehren [ctb, cph]
Repository: CRAN
Date/Publication: 2023-09-05 22:40:02 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-09-13 02:01:14 UTC; unix
Archs: RcppHungarian.so.dSYM
