Package: matchingR Type: Package Title: Matching Algorithms in R and C++ Version: 2.0.0 Date: 2025-09-22 Authors@R: c( person(given = "Jan", family = "Tilly", role = c("aut", "cre"), email = "jantilly@gmail.com"), person(given = "Nick", family = "Janetos", role = "aut") ) Maintainer: Jan Tilly Description: Computes matching algorithms quickly using Rcpp. Implements the Gale-Shapley Algorithm to compute the stable matching for two-sided markets, such as the stable marriage problem and the college-admissions problem. Implements Irving's Algorithm for the stable roommate problem. Implements the top trading cycle algorithm for the indivisible goods trading problem. License: GPL (>= 2) URL: https://github.com/jtilly/matchingR/ BugReports: https://github.com/jtilly/matchingR/issues/ Depends: Rcpp LinkingTo: Rcpp, RcppArmadillo Suggests: testthat, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.3 Repository: https://jtilly.r-universe.dev Date/Publication: 2025-09-23 08:01:08 UTC RemoteUrl: https://github.com/jtilly/matchingr RemoteRef: HEAD RemoteSha: fcb7947d50924435ec6df842e16e6414e268e385 NeedsCompilation: yes Packaged: 2026-06-06 08:17:50 UTC; root Author: Jan Tilly [aut, cre], Nick Janetos [aut]