Date: Sun, 8 Nov 2015 05:46:50 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401032 - in head/science: . R-cran-cmprsk Message-ID: <201511080546.tA85koqU035162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Nov 8 05:46:50 2015 New Revision: 401032 URL: https://svnweb.freebsd.org/changeset/ports/401032 Log: - 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/ Added: head/science/R-cran-cmprsk/ head/science/R-cran-cmprsk/Makefile (contents, props changed) head/science/R-cran-cmprsk/distinfo (contents, props changed) head/science/R-cran-cmprsk/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Nov 8 01:46:14 2015 (r401031) +++ head/science/Makefile Sun Nov 8 05:46:50 2015 (r401032) @@ -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 Added: head/science/R-cran-cmprsk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-cmprsk/Makefile Sun Nov 8 05:46:50 2015 (r401032) @@ -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> Added: head/science/R-cran-cmprsk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-cmprsk/distinfo Sun Nov 8 05:46:50 2015 (r401032) @@ -0,0 +1,2 @@ +SHA256 (cmprsk_2.2-7.tar.gz) = 952da4a0fd55a039f64f619c2c7cc29ba2490985ca67d2853de511692f1fb9c6 +SIZE (cmprsk_2.2-7.tar.gz) = 35597 Added: head/science/R-cran-cmprsk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-cmprsk/pkg-descr Sun Nov 8 05:46:50 2015 (r401032) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511080546.tA85koqU035162>