diff options
author | tota <tota@FreeBSD.org> | 2012-01-31 21:22:44 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-01-31 21:22:44 +0800 |
commit | a7d22942f39f1e1582daaf500e87d7992bd674c1 (patch) | |
tree | da01855717a40442911103c37e1f3e080a042fa7 /science | |
parent | 98956b1dbad4cb83a0aa770a678b1055b4aee552 (diff) | |
download | freebsd-ports-gnome-a7d22942f39f1e1582daaf500e87d7992bd674c1.tar.gz freebsd-ports-gnome-a7d22942f39f1e1582daaf500e87d7992bd674c1.tar.zst freebsd-ports-gnome-a7d22942f39f1e1582daaf500e87d7992bd674c1.zip |
- 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/
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-survival/Makefile | 22 | ||||
-rw-r--r-- | science/R-cran-survival/distinfo | 2 | ||||
-rw-r--r-- | science/R-cran-survival/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index b854a324159c..fdba0d38cb54 100644 --- a/science/Makefile +++ b/science/Makefile @@ -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 diff --git a/science/R-cran-survival/Makefile b/science/R-cran-survival/Makefile new file mode 100644 index 000000000000..a3d7e6e7640e --- /dev/null +++ b/science/R-cran-survival/Makefile @@ -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> diff --git a/science/R-cran-survival/distinfo b/science/R-cran-survival/distinfo new file mode 100644 index 000000000000..86c3704f9d8a --- /dev/null +++ b/science/R-cran-survival/distinfo @@ -0,0 +1,2 @@ +SHA256 (survival_2.36-10.tar.gz) = 9acc0787e97aa6994dbc1331c0c51b09b2add39dc11b98e1954d8379843edbf6 +SIZE (survival_2.36-10.tar.gz) = 1248288 diff --git a/science/R-cran-survival/pkg-descr b/science/R-cran-survival/pkg-descr new file mode 100644 index 000000000000..2284d4003639 --- /dev/null +++ b/science/R-cran-survival/pkg-descr @@ -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/ |