svn commit: r500460 - in head/math: . R-cran-mitools

Wen Heping wen at FreeBSD.org
Tue Apr 30 07:23:17 UTC 2019


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 at 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


More information about the svn-ports-all mailing list