From owner-svn-ports-head@freebsd.org Sun Nov 8 05:46:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E672DA29F69; Sun, 8 Nov 2015 05:46:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE2615C3; Sun, 8 Nov 2015 05:46:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA85koV0035166; Sun, 8 Nov 2015 05:46:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA85koqU035162; Sun, 8 Nov 2015 05:46:50 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511080546.tA85koqU035162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 8 Nov 2015 05:46:50 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 05:46:52 -0000 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 +# $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 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/