svn commit: r403950 - in head/math: . R-cran-MatchIt

Wen Heping wen at FreeBSD.org
Fri Dec 18 02:17:59 UTC 2015


Author: wen
Date: Fri Dec 18 02:17:57 2015
New Revision: 403950
URL: https://svnweb.freebsd.org/changeset/ports/403950

Log:
  MatchIt selects matched samples of the the original treated and
  control groups with similar covariate distributions - can be used
  to match exactly on covariates, to match on propensity scores, or
  perform a variety of other matching procedures.
  
  WWW: http://gking.harvard.edu/matchit

Added:
  head/math/R-cran-MatchIt/
  head/math/R-cran-MatchIt/Makefile   (contents, props changed)
  head/math/R-cran-MatchIt/distinfo   (contents, props changed)
  head/math/R-cran-MatchIt/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Dec 18 02:03:44 2015	(r403949)
+++ head/math/Makefile	Fri Dec 18 02:17:57 2015	(r403950)
@@ -13,6 +13,7 @@
     SUBDIR += R-cran-LearnBayes
     SUBDIR += R-cran-MCMCpack
     SUBDIR += R-cran-MSwM
+    SUBDIR += R-cran-MatchIt
     SUBDIR += R-cran-MatrixModels
     SUBDIR += R-cran-NMF
     SUBDIR += R-cran-RHmm

Added: head/math/R-cran-MatchIt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MatchIt/Makefile	Fri Dec 18 02:17:57 2015	(r403950)
@@ -0,0 +1,17 @@
+# Created by: Wen Heping <wen at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	MatchIt
+DISTVERSION=	2.4-21
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Nonparametric Preprocessing for Parametric Casual Inference
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-MatchIt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MatchIt/distinfo	Fri Dec 18 02:17:57 2015	(r403950)
@@ -0,0 +1,2 @@
+SHA256 (MatchIt_2.4-21.tar.gz) = bb54f1e9f167a165b6b72ce4c92586c4871508a28900473bf71fc5418288710a
+SIZE (MatchIt_2.4-21.tar.gz) = 563573

Added: head/math/R-cran-MatchIt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-MatchIt/pkg-descr	Fri Dec 18 02:17:57 2015	(r403950)
@@ -0,0 +1,6 @@
+MatchIt selects matched samples of the the original treated and
+control groups with similar covariate distributions - can be used
+to match exactly on covariates, to match on propensity scores, or
+perform a variety of other matching procedures.
+
+WWW: http://gking.harvard.edu/matchit


More information about the svn-ports-all mailing list