# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppHungarian" in publications use:' type: software license: GPL-2.0-or-later title: 'RcppHungarian: Solves Minimum Cost Bipartite Matching Problems' version: '0.3' doi: 10.32614/CRAN.package.RcppHungarian abstract: 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 . authors: - family-names: Silverman given-names: Justin email: JustinSilverman@psu.edu repository: https://jsilve24.r-universe.dev repository-code: https://github.com/jsilve24/RcppHungarian commit: db4aca9f5601e4ead00fa562fbb73d20c069cdd1 url: https://github.com/jsilve24/RcppHungarian date-released: '2023-09-05' contact: - family-names: Silverman given-names: Justin email: JustinSilverman@psu.edu