- Add a new port: science/R-cran-survival

survival analysis: descriptive statistics, two-sample tests,
  parametric accelerated failure models, Cox model. Delayed entry
  (truncation) allowed for all models; interval censoring for parametric
  models. Case-cohort designs.

  WWW:	http://cran.r-project.org/web/packages/survival/
This commit is contained in:
TAKATSU Tomonari 2012-01-31 13:22:44 +00:00
parent 1d6516ce7c
commit ef0525aaad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290172
4 changed files with 31 additions and 0 deletions

View File

@ -13,6 +13,7 @@
SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc
SUBDIR += R-cran-snow
SUBDIR += R-cran-survival
SUBDIR += abinit
SUBDIR += afni
SUBDIR += avogadro

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: R-cran-survival
# Date created: 2012-01-04
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= survival
DISTVERSION= 2.36-10
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Survival analysis, including penalised likelihood
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (survival_2.36-10.tar.gz) = 9acc0787e97aa6994dbc1331c0c51b09b2add39dc11b98e1954d8379843edbf6
SIZE (survival_2.36-10.tar.gz) = 1248288

View File

@ -0,0 +1,6 @@
survival analysis: descriptive statistics, two-sample tests,
parametric accelerated failure models, Cox model. Delayed entry
(truncation) allowed for all models; interval censoring for parametric
models. Case-cohort designs.
WWW: http://cran.r-project.org/web/packages/survival/