blob: 17bfa0c63ef4eadba07f36137c4e7e318fe68a3a (
plain)
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
|
PORTNAME= Epi
PORTVERSION= 2.47
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>
|