TraME-Rcpp is an R interface to TraME, a templated C++ library for solving problems of equilibrium computation and estimation in consumer demand and matching frameworks via the Mass Transportation Approach.
Features
License: TraME is licensed under the GNU General Public License (GPL) version 2, or (at your option) any later version.
Authors: Alfred Galichon and Keith O'Hara
Package requirements: R (v3.40, or above) and Rcpp, RcppArmadillo, and digest.
install.packages("RcppArmadillo") install.packages("digest")
The source code is available on GitHub. You need to install TraME-Rcpp from source.
curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2 sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /
install.packages("devtools") library(devtools) install_github("TraME-Project/TraME-Rcpp")