Skip to content

RcppHungarian

Solves Minimum Cost Bipartite Matching Problems

v0.3 · Sep 5, 2023 · GPL (>= 2)

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

Downloads

CRAN

3.5K

Last 30 days

2062nd

13.3K

Last 90 days

52.3K

Last year

Trend: -33.8% (30d vs prior 30d)

r2u CRAN

53

Last 30 days

156

Last 90 days

603

Last year

Trend: -8.6% (30d vs prior 30d)

autoCRAN

3

Last 7 days

18

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 18, 2026
ERROR r-devel-windows-x86_64

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.6/RcppHungarian.Rcheck/00install.out' for details.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (4)

suggests

Dependency Network

Dependencies Reverse dependencies Rcpp harbinger sentopics seqHMM tidyclust RcppHungarian

Version History

4 tracked
new 0.3 Mar 10, 2026
updated 0.3 ← 0.2 diff Sep 5, 2023
updated 0.2 ← 0.1 diff Jan 25, 2022
new 0.1 Aug 1, 2019