Package: RcppHungarian 0.3

RcppHungarian: Solves Minimum Cost Bipartite Matching Problems

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>.

Authors:Justin Silverman [aut, cre], Cong Ma [ctb, cph], Markus Buehren [ctb, cph]

RcppHungarian_0.3.tar.gz
RcppHungarian_0.3.zip(r-4.5)RcppHungarian_0.3.zip(r-4.4)RcppHungarian_0.3.zip(r-4.3)
RcppHungarian_0.3.tgz(r-4.4-x86_64)RcppHungarian_0.3.tgz(r-4.4-arm64)RcppHungarian_0.3.tgz(r-4.3-x86_64)RcppHungarian_0.3.tgz(r-4.3-arm64)
RcppHungarian_0.3.tar.gz(r-4.5-noble)RcppHungarian_0.3.tar.gz(r-4.4-noble)
RcppHungarian_0.3.tgz(r-4.4-emscripten)RcppHungarian_0.3.tgz(r-4.3-emscripten)
RcppHungarian.pdf |RcppHungarian.html
RcppHungarian/json (API)
NEWS

# Install 'RcppHungarian' in R:
install.packages('RcppHungarian', repos = c('https://jsilve24.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/jsilve24/rcpphungarian/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

1 exports 5 stars 2.76 score 1 dependencies 11 dependents 45 scripts 2.0k downloads

Last updated 1 years agofrom:db4aca9f56. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 15 2024
R-4.5-win-x86_64OKSep 15 2024
R-4.5-linux-x86_64OKSep 15 2024
R-4.4-win-x86_64OKSep 15 2024
R-4.4-mac-x86_64OKSep 15 2024
R-4.4-mac-aarch64OKSep 15 2024
R-4.3-win-x86_64OKSep 15 2024
R-4.3-mac-x86_64OKSep 15 2024
R-4.3-mac-aarch64OKSep 15 2024

Exports:HungarianSolver

Dependencies:Rcpp

Introduction to RcppHungarian

Rendered fromIntroduction-to-RcppHungarian.Rmdusingknitr::rmarkdownon Sep 15 2024.

Last update: 2019-07-20
Started: 2019-07-19

Readme and manuals

Help Manual

Help pageTopics
Hungarian Algorithm SolverHungarianSolver
RcppHungarianRcppHungarian-package RcppHungarian_package