diff options
author | tota <tota@FreeBSD.org> | 2015-11-08 13:46:50 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-11-08 13:46:50 +0800 |
commit | 720e8e09d0ac36a5ebbd341ba446e03101477ec9 (patch) | |
tree | a9598a60a0e092df32b0e4efd83c018dee5a34a9 /science | |
parent | c81a157e102d8171ce325427e5af1d1c73486872 (diff) | |
download | freebsd-ports-gnome-720e8e09d0ac36a5ebbd341ba446e03101477ec9.tar.gz freebsd-ports-gnome-720e8e09d0ac36a5ebbd341ba446e03101477ec9.tar.zst freebsd-ports-gnome-720e8e09d0ac36a5ebbd341ba446e03101477ec9.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/
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-cmprsk/Makefile | 17 | ||||
-rw-r--r-- | science/R-cran-cmprsk/distinfo | 2 | ||||
-rw-r--r-- | science/R-cran-cmprsk/pkg-descr | 8 |
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/ |