diff options
author | tota <tota@FreeBSD.org> | 2011-09-17 14:55:27 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-17 14:55:27 +0800 |
commit | b05c953988e0122bde62a3426fcc23114604f9c1 (patch) | |
tree | 3ca870e37ae9f0f9823cc4d497fa23dc7a3f03d5 /science | |
parent | 6cd2a552da5672ae5c581df88a484ef5c2e44e9a (diff) | |
download | freebsd-ports-graphics-b05c953988e0122bde62a3426fcc23114604f9c1.tar.gz freebsd-ports-graphics-b05c953988e0122bde62a3426fcc23114604f9c1.tar.zst freebsd-ports-graphics-b05c953988e0122bde62a3426fcc23114604f9c1.zip |
- Add a new port: science/R-cran-Epi
Functions for demographic and epidemiological analysis in the Lexis
diagram, i.e. register and cohort follow-up data, including interval
censored data and representation of multistate data. Also some
useful functions for tabulation and plotting. Contains some
epidemiological datasets.
WWW: http://www.pubhealth.ku.dk/~bxc/Epi/
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-Epi/Makefile | 20 | ||||
-rw-r--r-- | science/R-cran-Epi/distinfo | 2 | ||||
-rw-r--r-- | science/R-cran-Epi/pkg-descr | 7 |
4 files changed, 30 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 93123b81c9e..38122b32a08 100644 --- a/science/Makefile +++ b/science/Makefile @@ -7,6 +7,7 @@ SUBDIR += 2dhf SUBDIR += InsightToolkit SUBDIR += R-cran-AMORE + SUBDIR += R-cran-Epi SUBDIR += R-cran-bayesm SUBDIR += abinit SUBDIR += afni diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile new file mode 100644 index 00000000000..bcf0296df56 --- /dev/null +++ b/science/R-cran-Epi/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: R-cran-Epi +# Date created: 2011-08-16 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Epi +PORTVERSION= 1.1.24 +CATEGORIES= science +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= A package for statistical analysis in epidemiology + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/science/R-cran-Epi/distinfo b/science/R-cran-Epi/distinfo new file mode 100644 index 00000000000..4015f269bd7 --- /dev/null +++ b/science/R-cran-Epi/distinfo @@ -0,0 +1,2 @@ +SHA256 (Epi_1.1.24.tar.gz) = 027997520d816ce3fe6217bf0e7dd2790e1fd06bc136732ae3b7cbed866f6c0d +SIZE (Epi_1.1.24.tar.gz) = 676834 diff --git a/science/R-cran-Epi/pkg-descr b/science/R-cran-Epi/pkg-descr new file mode 100644 index 00000000000..1337b30d406 --- /dev/null +++ b/science/R-cran-Epi/pkg-descr @@ -0,0 +1,7 @@ +Functions for demographic and epidemiological analysis in the Lexis +diagram, i.e. register and cohort follow-up data, including interval +censored data and representation of multistate data. Also some +useful functions for tabulation and plotting. Contains some +epidemiological datasets. + +WWW: http://www.pubhealth.ku.dk/~bxc/Epi/ |