Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 07:23:15 +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: r500460 - in head/math: . R-cran-mitools
Message-ID:  <201904300723.x3U7NFHO052559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904300723.x3U7NFHO052559>