svn commit: r439362 - in head/math: . R-cran-Matching

Wen Heping wen at FreeBSD.org
Tue Apr 25 07:12:33 UTC 2017


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Matching
+DISTVERSION=	4.9-2
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	wen at 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


More information about the svn-ports-head mailing list