svn commit: r449514 - in head/math: . R-cran-prodlim

TAKATSU Tomonari tota at FreeBSD.org
Sun Sep 10 02:04:28 UTC 2017


Author: tota
Date: Sun Sep 10 02:04:26 2017
New Revision: 449514
URL: https://svnweb.freebsd.org/changeset/ports/449514

Log:
  - Add new port: math/R-cran-prodlim
  
    Fast and user friendly implementation of nonparametric estimators
    for censored event history (survival) analysis. Kaplan-Meier and
    Aalen-Johansen method.
  
    WWW: https://cran.r-project.org/web/packages/prodlim/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Sep 10 00:45:51 2017	(r449513)
+++ head/math/Makefile	Sun Sep 10 02:04:26 2017	(r449514)
@@ -63,6 +63,7 @@
     SUBDIR += R-cran-numDeriv
     SUBDIR += R-cran-outliers
     SUBDIR += R-cran-pbkrtest
+    SUBDIR += R-cran-prodlim
     SUBDIR += R-cran-psych
     SUBDIR += R-cran-quadprog
     SUBDIR += R-cran-qualityTools

Added: head/math/R-cran-prodlim/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-prodlim/Makefile	Sun Sep 10 02:04:26 2017	(r449514)
@@ -0,0 +1,21 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	prodlim
+PORTVERSION=	1.6.1
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Product-Limit Estimation for Censored Event History Analysis
+
+LICENSE=	GPLv2+
+
+CRAN_DEPENDS=	R-cran-Rcpp>=0.11.5:devel/R-cran-Rcpp \
+		R-cran-lava>0:math/R-cran-lava
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/math/R-cran-prodlim/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-prodlim/distinfo	Sun Sep 10 02:04:26 2017	(r449514)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504934329
+SHA256 (prodlim_1.6.1.tar.gz) = 3f2665257118a3db8682731a500b1ae4d669af344672dc2037f987bee3cca154
+SIZE (prodlim_1.6.1.tar.gz) = 124175

Added: head/math/R-cran-prodlim/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-prodlim/pkg-descr	Sun Sep 10 02:04:26 2017	(r449514)
@@ -0,0 +1,5 @@
+Fast and user friendly implementation of nonparametric estimators
+for censored event history (survival) analysis. Kaplan-Meier and
+Aalen-Johansen method.
+
+WWW: https://cran.r-project.org/web/packages/prodlim/


More information about the svn-ports-all mailing list