From owner-svn-ports-all@freebsd.org Tue Apr 25 07:12:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDA4BD4FEFC; Tue, 25 Apr 2017 07:12:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72ADB1001; Tue, 25 Apr 2017 07:12:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3P7CWRA025129; Tue, 25 Apr 2017 07:12:32 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3P7CWo1025125; Tue, 25 Apr 2017 07:12:32 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201704250712.v3P7CWo1025125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 25 Apr 2017 07:12:32 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 07:12:33 -0000 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 +# $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 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