aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-Epi/Makefile
blob: 100dafda42d24396fa3617d210d628f8c2835a5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	Epi
PORTVERSION=	2.47
PORTREVISION=	1
CATEGORIES=	science
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Package for statistical analysis in epidemiology
WWW=		https://cran.r-project.org/web/packages/Epi/

LICENSE=	GPLv2

CRAN_DEPENDS=	R-cran-cmprsk>0:science/R-cran-cmprsk \
		R-cran-etm>0:science/R-cran-etm \
		R-cran-plyr>0:devel/R-cran-plyr \
		R-cran-dplyr>0:math/R-cran-dplyr \
		R-cran-numDeriv>0:math/R-cran-numDeriv \
		R-cran-data.table>0:devel/R-cran-data.table \
		R-cran-zoo>0:math/R-cran-zoo \
		R-cran-magrittr>0:devel/R-cran-magrittr
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>