- 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:
parent
1d6516ce7c
commit
ef0525aaad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290172
@ -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
|
||||
|
22
science/R-cran-survival/Makefile
Normal file
22
science/R-cran-survival/Makefile
Normal 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>
|
2
science/R-cran-survival/distinfo
Normal file
2
science/R-cran-survival/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (survival_2.36-10.tar.gz) = 9acc0787e97aa6994dbc1331c0c51b09b2add39dc11b98e1954d8379843edbf6
|
||||
SIZE (survival_2.36-10.tar.gz) = 1248288
|
6
science/R-cran-survival/pkg-descr
Normal file
6
science/R-cran-survival/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user