diff options
author | Wen Heping <wen@FreeBSD.org> | 2017-04-25 07:12:31 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2017-04-25 07:12:31 +0000 |
commit | 9e67b88aa28af2fafa0d2e9bcc5994b693375a8a (patch) | |
tree | 14cbbd5dba98fdde32073a38cc592bd7138eac00 /math/R-cran-Matching | |
parent | 5a66879476f00bc2f28a4b05954db440c5afca5d (diff) |
Notes
Diffstat (limited to 'math/R-cran-Matching')
-rw-r--r-- | math/R-cran-Matching/Makefile | 17 | ||||
-rw-r--r-- | math/R-cran-Matching/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-Matching/pkg-descr | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/math/R-cran-Matching/Makefile b/math/R-cran-Matching/Makefile new file mode 100644 index 000000000000..2614a6d7811d --- /dev/null +++ b/math/R-cran-Matching/Makefile @@ -0,0 +1,17 @@ +# Created by: Wen Heping <wen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Matching +DISTVERSION= 4.9-2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Multivariate and Propensity Score Matching with Balance Optimization + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-Matching/distinfo b/math/R-cran-Matching/distinfo new file mode 100644 index 000000000000..4f0dbbaf49fb --- /dev/null +++ b/math/R-cran-Matching/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1493088184 +SHA256 (Matching_4.9-2.tar.gz) = a4173fbb9de5efdd791fad8ecdf6beff106be5c7adfe2ce822eca44303596553 +SIZE (Matching_4.9-2.tar.gz) = 300967 diff --git a/math/R-cran-Matching/pkg-descr b/math/R-cran-Matching/pkg-descr new file mode 100644 index 000000000000..81833a0e20ac --- /dev/null +++ b/math/R-cran-Matching/pkg-descr @@ -0,0 +1,6 @@ +Provides functions for multivariate and propensity score matching and +for finding optimal balance based on a genetic search algorithm. A +variety of univariate and multivariate metrics to determine if balance +has been obtained are also provided. + +WWW: http://sekhon.berkeley.edu/matching |