From owner-svn-ports-all@freebsd.org Tue Apr 30 07:23:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA2CF1586149; Tue, 30 Apr 2019 07:23:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B6E6907DF; Tue, 30 Apr 2019 07:23:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6590B6580; Tue, 30 Apr 2019 07:23:16 +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 x3U7NGd6052562; Tue, 30 Apr 2019 07:23:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3U7NFHO052559; Tue, 30 Apr 2019 07:23:15 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201904300723.x3U7NFHO052559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 30 Apr 2019 07:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500460 - in head/math: . R-cran-mitools X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/math: . R-cran-mitools X-SVN-Commit-Revision: 500460 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B6E6907DF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 30 Apr 2019 07:23:17 -0000 Author: wen Date: Tue Apr 30 07:23:15 2019 New Revision: 500460 URL: https://svnweb.freebsd.org/changeset/ports/500460 Log: Tools to perform analyses and combine results from multiple-imputation datasets. WWW: https://cran.r-project.org/package=mitools Added: head/math/R-cran-mitools/ head/math/R-cran-mitools/Makefile (contents, props changed) head/math/R-cran-mitools/distinfo (contents, props changed) head/math/R-cran-mitools/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Apr 30 07:17:34 2019 (r500459) +++ head/math/Makefile Tue Apr 30 07:23:15 2019 (r500460) @@ -75,6 +75,7 @@ SUBDIR += R-cran-memisc SUBDIR += R-cran-minqa SUBDIR += R-cran-miscTools + SUBDIR += R-cran-mitools SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-nloptr SUBDIR += R-cran-nnls Added: head/math/R-cran-mitools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-mitools/Makefile Tue Apr 30 07:23:15 2019 (r500460) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= mitools +DISTVERSION= 2.4 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Tools for Multiple Imputation of Missing Data + +LICENSE= GPLv2 + +CRAN_DEPENDS= R-cran-DBI>=0:databases/R-cran-DBI +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include Added: head/math/R-cran-mitools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-mitools/distinfo Tue Apr 30 07:23:15 2019 (r500460) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556605085 +SHA256 (mitools_2.4.tar.gz) = f204f3774e29d79810f579f128de892539518f2cbe6ed237e08c8e7283155d30 +SIZE (mitools_2.4.tar.gz) = 229514 Added: head/math/R-cran-mitools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-mitools/pkg-descr Tue Apr 30 07:23:15 2019 (r500460) @@ -0,0 +1,4 @@ +Tools to perform analyses and combine results from multiple-imputation +datasets. + +WWW: https://cran.r-project.org/package=mitools