View | Details | Raw Unified | Return to bug 220062
Collapse All | Expand All

(-)math/R-cran-DoE.base/Makefile (+23 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	DoE.base
5
DISTVERSION=	0.30
6
CATEGORIES=	math devel
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Full Factorials, Orthogonal Arrays and Base Utilities for DoE
11
12
LICENSE=	GPLv2+
13
14
BUILD_DEPENDS=	${CRAN_DEPENDS}
15
RUN_DEPENDS=	${CRAN_DEPENDS}
16
17
CRAN_DEPENDS=	R-cran-conf.design>1:math/R-cran-conf.design	\
18
		R-cran-combinat>0:math/R-cran-combinat		\
19
		R-cran-vcd>0:devel/R-cran-vcd
20
21
USES=	cran:auto-plist
22
23
.include <bsd.port.mk>
(-)math/R-cran-DoE.base/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1497640618
2
SHA256 (DoE.base_0.30.tar.gz) = f698bca1d6243c0990ce8407acc1a67a9881f5e65c1f962757ca7e95372beb7e
3
SIZE (DoE.base_0.30.tar.gz) = 561579
(-)math/R-cran-DoE.base/pkg-descr (+8 lines)
Line 0 Link Here
1
DoE.base: Full Factorials, Orthogonal Arrays and Base Utilities for DoE Packages
2
3
Package DoE.base creates full factorial experimental designs and designs 
4
based on orthogonal arrays for (industrial) experiments. Additionally, it 
5
provides utility functions for the class design, which is also used by 
6
other packages for designed experiments.
7
8
WWW: https://CRAN.R-project.org/package=DoE.base

Return to bug 220062