Package: RcppHungarian
Type: Package
Title: Solves Minimum Cost Bipartite Matching Problems
Version: 0.1
Date: 2019-07-16
Authors@R: c(person("Justin", "Silverman", role=c("aut", "cre"),
                     email = "Justin.Silverman@duke.edu"), 
             person("Cong", "Ma", role=c("ctb", "cph")), 
             person("Markus", "Buehren", role=c("ctb", "cph")))
Maintainer: Justin Silverman <Justin.Silverman@duke.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: 6.1.1
VignetteBuilder: knitr
URL: https://github.com/jsilve24/RcppHungarian
NeedsCompilation: yes
Packaged: 2019-07-30 13:38:09 UTC; Justin
Author: Justin Silverman [aut, cre],
  Cong Ma [ctb, cph],
  Markus Buehren [ctb, cph]
Repository: CRAN
Date/Publication: 2019-08-02 07:20:02 UTC
