blob: a108fa9076b8b937c24c3289f8ad7163251e7a9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= DoE.base
DISTVERSION= 1.2-5
CATEGORIES= math devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Full Factorials, Orthogonal Arrays and Base Utilities for DoE
WWW= https://CRAN.R-project.org/package=DoE.base
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-combinat>0:math/R-cran-combinat \
R-cran-conf.design>1:math/R-cran-conf.design \
R-cran-numbers>=0:math/R-cran-numbers \
R-cran-partitions>=0:math/R-cran-partitions \
R-cran-vcd>0:devel/R-cran-vcd
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|