Last data update: 2014.03.03

matchingR

Package: matchingR
Type: Package
Title: Matching Algorithms in R and C++
Version: 1.2.1
Date: 2015-10-31
Author: Jan Tilly, Nick Janetos
Maintainer: Jan Tilly <jtilly@econ.upenn.edu>
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, microbenchmark
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2015-11-01 03:36:27 UTC; jtilly
Repository: CRAN
Date/Publication: 2015-11-01 17:54:54

● 0 images, 24 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'matchingR' ...
** package 'matchingR' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"  -I../inst/include -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"  -I../inst/include -fpic  -g -O2  -c galeshapley.cpp -o galeshapley.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"  -I../inst/include -fpic  -g -O2  -c roommate.cpp -o roommate.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"  -I../inst/include -fpic  -g -O2  -c toptradingcycle.cpp -o toptradingcycle.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"  -I../inst/include -fpic  -g -O2  -c utils.cpp -o utils.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o matchingR.so RcppExports.o galeshapley.o roommate.o toptradingcycle.o utils.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/matchingR/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'matchingR'
    finding HTML links ... done
    cpp_wrapper_galeshapley                 html  
    cpp_wrapper_galeshapley_check_stability
                                            html  
    cpp_wrapper_irving                      html  
    cpp_wrapper_irving_check_stability      html  
    cpp_wrapper_ttc                         html  
    cpp_wrapper_ttc_check_stability         html  
    galeShapley.checkPreferences            html  
    galeShapley.checkStability              html  
    galeShapley.collegeAdmissions           html  
    galeShapley.marriageMarket              html  
    galeShapley.validate                    html  
    matchingR-deprecated                    html  
    matchingR-package                       html  
    rankIndex                               html  
    repcol                                  html  
    reprow                                  html  
    roommate                                html  
    roommate.checkPreferences               html  
    roommate.checkStability                 html  
    roommate.validate                       html  
    sortIndex                               html  
    sortIndexOneSided                       html  
    toptrading                              html  
    toptrading.checkStability               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (matchingR)
Making 'packages.html' ... done