Package: matchingR 1.3.3
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_1.3.3.tar.gz
matchingR_1.3.3.zip(r-4.5)matchingR_1.3.3.zip(r-4.4)matchingR_1.3.3.zip(r-4.3)
matchingR_1.3.3.tgz(r-4.4-x86_64)matchingR_1.3.3.tgz(r-4.4-arm64)matchingR_1.3.3.tgz(r-4.3-x86_64)matchingR_1.3.3.tgz(r-4.3-arm64)
matchingR_1.3.3.tar.gz(r-4.5-noble)matchingR_1.3.3.tar.gz(r-4.4-noble)
matchingR_1.3.3.tgz(r-4.4-emscripten)matchingR_1.3.3.tgz(r-4.3-emscripten)
matchingR.pdf |matchingR.html✨
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 2 months agofrom:32770b6f4f. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | NOTE | Oct 31 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 31 2024 |
R-4.4-win-x86_64 | NOTE | Oct 31 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 31 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 31 2024 |
R-4.3-win-x86_64 | NOTE | Oct 31 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 31 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 31 2024 |
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