freebsd-ports/science/R-cran-cmprsk/Makefile
TAKATSU Tomonari 7b75469876 - 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/
2015-11-08 05:46:50 +00:00

17 lines
327 B
Makefile

# 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>