Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 20:45:43 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304124 - in head/devel: . R-cran-survival
Message-ID:  <201209112045.q8BKjhfY029497@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Tue Sep 11 20:45:43 2012
New Revision: 304124
URL: http://svn.freebsd.org/changeset/ports/304124

Log:
  Survival analysis: descriptive statistics, two-sample
  tests, parametric accelerated failure models, Cox model.
  Delayed entry (truncation) allowed for all models; interval
  censoring for parametric models. Case-cohort designs.
  
  WWW:	http://cran.r-project.org/web/packages/survival/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 11 20:41:29 2012	(r304123)
+++ head/devel/Makefile	Tue Sep 11 20:45:43 2012	(r304124)
@@ -22,6 +22,7 @@
     SUBDIR += R-cran-proto
     SUBDIR += R-cran-reshape
     SUBDIR += R-cran-reshape2
+    SUBDIR += R-cran-survival
     SUBDIR += SpecTcl
     SUBDIR += ZendOptimizer
     SUBDIR += aap

Added: head/devel/R-cran-survival/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-survival/Makefile	Tue Sep 11 20:45:43 2012	(r304124)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	survival
+DISTVERSION=	2.36-14
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	skreuzer@FreeBSD.org
+COMMENT=	Survival analysis, including penalised likelihood
+
+LICENSE=	GPLv2
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-survival/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-survival/distinfo	Tue Sep 11 20:45:43 2012	(r304124)
@@ -0,0 +1,2 @@
+SHA256 (survival_2.36-14.tar.gz) = f424908c9a947924dc17fee24d09163b0e259838d43f7bf5f8ab3c77d1460d44
+SIZE (survival_2.36-14.tar.gz) = 1388320

Added: head/devel/R-cran-survival/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-survival/pkg-descr	Tue Sep 11 20:45:43 2012	(r304124)
@@ -0,0 +1,6 @@
+Survival analysis: descriptive statistics, two-sample
+tests, parametric accelerated failure models, Cox model.
+Delayed entry (truncation) allowed for all models; interval
+censoring for parametric models. Case-cohort designs.
+
+WWW:	http://cran.r-project.org/web/packages/survival/



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