From b05c953988e0122bde62a3426fcc23114604f9c1 Mon Sep 17 00:00:00 2001 From: tota Date: Sat, 17 Sep 2011 06:55:27 +0000 Subject: - 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/ --- science/Makefile | 1 + science/R-cran-Epi/Makefile | 20 ++++++++++++++++++++ science/R-cran-Epi/distinfo | 2 ++ science/R-cran-Epi/pkg-descr | 7 +++++++ 4 files changed, 30 insertions(+) create mode 100644 science/R-cran-Epi/Makefile create mode 100644 science/R-cran-Epi/distinfo create mode 100644 science/R-cran-Epi/pkg-descr (limited to 'science') 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 +# +# $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 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/ -- cgit