Package: matchingR 2.0.0
matchingR: Matching Algorithms in R and C++
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.
Authors:
matchingR_2.0.0.tar.gz
matchingR_2.0.0.zip(r-4.7)matchingR_2.0.0.zip(r-4.6)matchingR_2.0.0.zip(r-4.5)
matchingR_2.0.0.tgz(r-4.6-x86_64)matchingR_2.0.0.tgz(r-4.6-arm64)matchingR_2.0.0.tgz(r-4.5-x86_64)matchingR_2.0.0.tgz(r-4.5-arm64)
matchingR_2.0.0.tar.gz(r-4.7-arm64)matchingR_2.0.0.tar.gz(r-4.7-x86_64)matchingR_2.0.0.tar.gz(r-4.6-arm64)matchingR_2.0.0.tar.gz(r-4.6-x86_64)
matchingR_2.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
matchingR/json (API)
NEWS
| # Install 'matchingR' in R: |
| install.packages('matchingR', repos = c('https://jtilly.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jtilly/matchingr/issues
Last updated from:fcb7947d50. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 147 | ||
| linux-devel-x86_64 | OK | 163 | ||
| source / vignettes | OK | 184 | ||
| linux-release-arm64 | OK | 141 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 148 | ||
| macos-release-x86_64 | OK | 380 | ||
| macos-oldrel-arm64 | OK | 148 | ||
| macos-oldrel-x86_64 | OK | 478 | ||
| windows-devel | OK | 141 | ||
| windows-release | OK | 207 | ||
| windows-oldrel | OK | 127 | ||
| wasm-release | OK | 123 |
Exports:cpp_wrapper_galeshapleycpp_wrapper_galeshapley_check_stabilitycpp_wrapper_ttccpp_wrapper_ttc_check_stabilitygaleShapley.checkPreferencesgaleShapley.checkStabilitygaleShapley.collegeAdmissionsgaleShapley.marriageMarketgaleShapley.validaterankIndexroommateroommate.checkPreferencesroommate.checkStabilityroommate.validatesortIndexsortIndexOneSidedtoptradingtoptrading.checkStability
Dependencies:RcppRcppArmadillo
