diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-11-08 05:46:50 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-11-08 05:46:50 +0000 |
commit | 7b754698769cb62e0cfbbe0f49051b9c1783e590 (patch) | |
tree | a9598a60a0e092df32b0e4efd83c018dee5a34a9 /science | |
parent | 1c74a41688358df16f3a08b1832163d41cc3c606 (diff) | |
download | freebsd-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/
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/ |