aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-cmprsk
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-11-08 05:46:50 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-11-08 05:46:50 +0000
commit7b754698769cb62e0cfbbe0f49051b9c1783e590 (patch)
treea9598a60a0e092df32b0e4efd83c018dee5a34a9 /science/R-cran-cmprsk
parent1c74a41688358df16f3a08b1832163d41cc3c606 (diff)
downloadports-7b754698769cb62e0cfbbe0f49051b9c1783e590.tar.gz
ports-7b754698769cb62e0cfbbe0f49051b9c1783e590.zip
- Add new port: science/R-cran-cmprsk
Estimation, testing and regression modeling of subdistribution functions in competing risks, as described in Gray (1988), A class of K-sample tests for comparing the cumulative incidence of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999), A proportional hazards model for the subdistribution of a competing risk, JASA, 94:496-509. WWW: https://cran.r-project.org/web/packages/cmprsk/
Notes
Notes: svn path=/head/; revision=401032
Diffstat (limited to 'science/R-cran-cmprsk')
-rw-r--r--science/R-cran-cmprsk/Makefile17
-rw-r--r--science/R-cran-cmprsk/distinfo2
-rw-r--r--science/R-cran-cmprsk/pkg-descr8
3 files changed, 27 insertions, 0 deletions
diff --git a/science/R-cran-cmprsk/Makefile b/science/R-cran-cmprsk/Makefile
new file mode 100644
index 000000000000..904e8dfd3c51
--- /dev/null
+++ b/science/R-cran-cmprsk/Makefile
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cmprsk
+DISTVERSION= 2.2-7
+CATEGORIES= science
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Subdistribution Analysis of Competing Risks
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/science/R-cran-cmprsk/distinfo b/science/R-cran-cmprsk/distinfo
new file mode 100644
index 000000000000..1693272792c3
--- /dev/null
+++ b/science/R-cran-cmprsk/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cmprsk_2.2-7.tar.gz) = 952da4a0fd55a039f64f619c2c7cc29ba2490985ca67d2853de511692f1fb9c6
+SIZE (cmprsk_2.2-7.tar.gz) = 35597
diff --git a/science/R-cran-cmprsk/pkg-descr b/science/R-cran-cmprsk/pkg-descr
new file mode 100644
index 000000000000..bdf421b28ec0
--- /dev/null
+++ b/science/R-cran-cmprsk/pkg-descr
@@ -0,0 +1,8 @@
+Estimation, testing and regression modeling of subdistribution
+functions in competing risks, as described in Gray (1988), A class
+of K-sample tests for comparing the cumulative incidence of a
+competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ
+(1999), A proportional hazards model for the subdistribution of a
+competing risk, JASA, 94:496-509.
+
+WWW: https://cran.r-project.org/web/packages/cmprsk/