diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-11-08 06:46:59 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-11-08 06:46:59 +0000 |
commit | 5d26917a37c9aae98102e1c43d366086edec458a (patch) | |
tree | 8862faaa173f79d646a4f928112f43dcee255f40 /science | |
parent | c9695fe91ddea478bf76af506cffb29fd7f89560 (diff) | |
download | freebsd-ports-5d26917a37c9aae98102e1c43d366086edec458a.zip |
- Update to 1.1.71
- Update WWW in pkg-descr
Diffstat (limited to 'science')
-rw-r--r-- | science/R-cran-Epi/Makefile | 5 | ||||
-rw-r--r-- | science/R-cran-Epi/distinfo | 4 | ||||
-rw-r--r-- | science/R-cran-Epi/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index e3d27c0d5d17..bbcbb971d381 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Epi -PORTVERSION= 1.1.67 +PORTVERSION= 1.1.71 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,6 +11,9 @@ COMMENT= Package for statistical analysis in epidemiology LICENSE= GPLv2 +RUN_DEPENDS= R-cran-cmprsk>0:${PORTSDIR}/science/R-cran-cmprsk \ + R-cran-etm>0:${PORTSDIR}/science/R-cran-etm + USES= cran:auto-plist .include <bsd.port.mk> diff --git a/science/R-cran-Epi/distinfo b/science/R-cran-Epi/distinfo index bd1d85ede4ad..8ad38b32bc6b 100644 --- a/science/R-cran-Epi/distinfo +++ b/science/R-cran-Epi/distinfo @@ -1,2 +1,2 @@ -SHA256 (Epi_1.1.67.tar.gz) = 4337999d0f22d7b2d5e62ef99288906f2e999faef831853dfd56421ec4fe8b8b -SIZE (Epi_1.1.67.tar.gz) = 2008396 +SHA256 (Epi_1.1.71.tar.gz) = 69cbc9b206302982109d7c10e8940665f1af227472051c114ffc15f0882f5820 +SIZE (Epi_1.1.71.tar.gz) = 1380987 diff --git a/science/R-cran-Epi/pkg-descr b/science/R-cran-Epi/pkg-descr index 5c16e755f26f..442b1cc44ee1 100644 --- a/science/R-cran-Epi/pkg-descr +++ b/science/R-cran-Epi/pkg-descr @@ -4,4 +4,4 @@ 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/ +WWW: https://cran.r-project.org/web/packages/Epi/ |