# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "matchingR" in publications use:' type: software license: GPL-2.0-or-later title: 'matchingR: Matching Algorithms in R and C++' version: 1.3.3 doi: 10.32614/CRAN.package.matchingR abstract: 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: - family-names: Tilly given-names: Jan email: jantilly@gmail.com - family-names: Janetos given-names: Nick repository: https://jtilly.r-universe.dev repository-code: https://github.com/jtilly/matchingR/issues/ commit: 32770b6f4f089aa307344d8216c05e68ed35bc37 url: https://github.com/jtilly/matchingR/ date-released: '2021-05-25' contact: - family-names: Tilly given-names: Jan email: jantilly@gmail.com