From 8e392d1b14efa9c0dd23aed1e0fbc02fd70716ed Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Fri, 7 Aug 2015 11:30:47 -0400 Subject: [PATCH] Update DESCRIPTION --- DESCRIPTION | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 08d1b95..5dcb46a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,14 +2,16 @@ Package: matchingR Type: Package Title: Gale-Shapley Algorithm in R and C++ Version: 1.1 -Date: 2015-05-17 +Date: 2015-08-07 Authors@R: c(person("Jan", "Tilly", email = "jtilly@econ.upenn.edu", rol = c("aut", "cre")), person("Nick", "Janetos", email = "njanetos@econ.upenn.edu", rol = c("aut"))) Maintainer: Jan Tilly -Description: Computes the Gale-Shapley Algorithm efficiently using Rcpp. - Provides algorithms to compute the stable matching for the marriage problem - and for the college-admissions problem, i.e. the matching of students to - colleges. +Description: Computes the matching algorithms efficiently using Rcpp. + Implements the Gale-Shapley Algorithm to compute the stable matching for + two-sided markets, such as for the stable marriage problem and for the + college-admissions problem, i.e. the matching of students to colleges. + Also implements Irving's Algorithm for the Stable Roomate Problem that + computes a stable matching for one-sided markets. License: GPL (>= 2) URL: https://github.com/jtilly/matchingR BugReports: https://github.com/jtilly/matchingR/issues