Skip to content

Commit

Permalink
Various.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed May 31, 2017
1 parent c61947e commit f33c273
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion NAMESPACE
@@ -1,4 +1,4 @@
# Generated by roxygen2: do not edit by hand
importFrom(Rcpp, evalCpp)

export(cpp_wrapper_galeshapley)
export(cpp_wrapper_galeshapley_check_stability)
Expand All @@ -18,4 +18,5 @@ export(sortIndex)
export(sortIndexOneSided)
export(toptrading)
export(toptrading.checkStability)

useDynLib(matchingR)
10 changes: 5 additions & 5 deletions README.md
@@ -1,9 +1,9 @@
Matching Algorithms in R and C++
===============
[![Build Status](https://travis-ci.org/jtilly/matchingR.png)](https://travis-ci.org/jtilly/matchingR)
[![Build Status](https://travis-ci.org/jtilly/matchingR.png)](https://travis-ci.org/jtilly/matchingR)
[![Coverage Status](https://coveralls.io/repos/jtilly/matchingR/badge.svg?branch=master)](https://coveralls.io/r/jtilly/matchingR?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/matchingR)](http://cran.r-project.org/package=matchingR)
[![CRAN_Downloads](http://cranlogs.r-pkg.org/badges/grand-total/matchingR?color=brightgreen)](http://cran.r-project.org/package=matchingR)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/matchingR)](https://cran.r-project.org/package=matchingR)
[![CRAN_Downloads](http://cranlogs.r-pkg.org/badges/grand-total/matchingR?color=brightgreen)](https://cran.r-project.org/package=matchingR)


[!["You know that I'll never leave you. Not as long as she's with someone."](http://imgs.xkcd.com/comics/all_the_girls.png)](http://xkcd.com/770/ "You know that I'll never leave you. Not as long as she's with someone.")
Expand All @@ -14,7 +14,7 @@ Matching Algorithms in R and C++
[college admission problem](http://en.wikipedia.org/wiki/Hospital_resident), the
[stable roommates problem](http://en.wikipedia.org/wiki/Stable_roommates_problem), and the
[house allocation problem](http://web.stanford.edu/~niederle/HouseAllocation.pdf).

The package may be useful when the number of market participants is large or when many matchings need to be computed (e.g., for simulation or estimation purposes). It has been used in practice to compute the Gale-Shapley stable matching with 30,000 participants on each side of the market.

Matching markets are common in practice and widely studied by economists. Popular examples include
Expand All @@ -26,7 +26,7 @@ Matching markets are common in practice and widely studied by economists. Popula
Installation
------------

`matchingR` may be installed from [CRAN](http://cran.r-project.org/package=matchingR):
`matchingR` may be installed from [CRAN](https://cran.r-project.org/package=matchingR):
```R
install.packages("matchingR")
```
Expand Down

0 comments on commit f33c273

Please sign in to comment.