Date: Tue, 25 Apr 2017 07:12:32 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439362 - in head/math: . R-cran-Matching Message-ID: <201704250712.v3P7CWo1025125@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Tue Apr 25 07:12:31 2017 New Revision: 439362 URL: https://svnweb.freebsd.org/changeset/ports/439362 Log: 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 Added: head/math/R-cran-Matching/ head/math/R-cran-Matching/Makefile (contents, props changed) head/math/R-cran-Matching/distinfo (contents, props changed) head/math/R-cran-Matching/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Apr 25 07:10:04 2017 (r439361) +++ head/math/Makefile Tue Apr 25 07:12:31 2017 (r439362) @@ -14,6 +14,7 @@ SUBDIR += R-cran-MCMCpack SUBDIR += R-cran-MSwM SUBDIR += R-cran-MatchIt + SUBDIR += R-cran-Matching SUBDIR += R-cran-MatrixModels SUBDIR += R-cran-NMF SUBDIR += R-cran-RHmm Added: head/math/R-cran-Matching/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Matching/Makefile Tue Apr 25 07:12:31 2017 (r439362) @@ -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> Added: head/math/R-cran-Matching/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Matching/distinfo Tue Apr 25 07:12:31 2017 (r439362) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493088184 +SHA256 (Matching_4.9-2.tar.gz) = a4173fbb9de5efdd791fad8ecdf6beff106be5c7adfe2ce822eca44303596553 +SIZE (Matching_4.9-2.tar.gz) = 300967 Added: head/math/R-cran-Matching/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Matching/pkg-descr Tue Apr 25 07:12:31 2017 (r439362) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704250712.v3P7CWo1025125>