aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--science/Makefile1
-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
4 files changed, 28 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index d9e76e46e9fc..5fc7b458891a 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -9,6 +9,7 @@
SUBDIR += R-cran-DCluster
SUBDIR += R-cran-Epi
SUBDIR += R-cran-bayesm
+ SUBDIR += R-cran-cmprsk
SUBDIR += R-cran-e1071
SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc
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/