Package: matchingR
Type: Package
Title: Matching Algorithms in R and C++
Version: 1.3.3
Date: 2021-05-25
Author: Jan Tilly, Nick Janetos
Maintainer: Jan Tilly <jantilly@gmail.com>
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.1.1
NeedsCompilation: yes
Packaged: 2021-05-25 07:34:20 UTC; jtilly
Repository: CRAN
Date/Publication: 2021-05-25 08:10:02 UTC
