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 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; ; Kuhn (1955) ). This is a repackaging of code written by Cong Ma in the GitHub repo . 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 Repository: https://jsilve24.r-universe.dev Date/Publication: 2023-09-05 22:12:36 UTC RemoteUrl: https://github.com/jsilve24/rcpphungarian RemoteRef: HEAD RemoteSha: db4aca9f5601e4ead00fa562fbb73d20c069cdd1 NeedsCompilation: yes Packaged: 2026-06-01 07:54:07 UTC; root Author: Justin Silverman [aut, cre], Cong Ma [ctb, cph], Markus Buehren [ctb, cph]