Package DoE.base creates full factorial experimental designs and designs

based on orthogonal arrays for (industrial) experiments. Additionally, it
provides utility functions for the class design, which is also used by
other packages for designed experiments.

WWW: https://CRAN.R-project.org/package=DoE.base

PR:		220062
Submitted by:	pfg@
This commit is contained in:
Wen Heping 2018-09-01 03:34:24 +00:00
parent aa5ae4df97
commit 7e33bddf0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478653
4 changed files with 35 additions and 0 deletions

View file

@ -11,6 +11,7 @@
SUBDIR += R-cran-ChangeAnomalyDetection
SUBDIR += R-cran-DEoptimR
SUBDIR += R-cran-DRR
SUBDIR += R-cran-DoE.base
SUBDIR += R-cran-Formula
SUBDIR += R-cran-KFAS
SUBDIR += R-cran-LearnBayes

View file

@ -0,0 +1,25 @@
# Created by: Pedro Giffuni
# $FreeBSD$
PORTNAME= DoE.base
DISTVERSION= 1.1-1
CATEGORIES= math devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= pfg@FreeBSD.org
COMMENT= Full Factorials, Orthogonal Arrays and Base Utilities for DoE
LICENSE= GPLv2+
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
CRAN_DEPENDS= R-cran-conf.design>1:math/R-cran-conf.design \
R-cran-combinat>0:math/R-cran-combinat \
R-cran-vcd>0:devel/R-cran-vcd \
R-cran-partitions>=0:math/R-cran-partitions \
R-cran-numbers>=0:math/R-cran-numbers
USES= cran:auto-plist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1535722923
SHA256 (DoE.base_1.1-1.tar.gz) = 56e7c577e473271ed979ab758d0211f7b237efcdff098ee9c472c5f602adc9df
SIZE (DoE.base_1.1-1.tar.gz) = 579022

View file

@ -0,0 +1,6 @@
Package DoE.base creates full factorial experimental designs and designs
based on orthogonal arrays for (industrial) experiments. Additionally, it
provides utility functions for the class design, which is also used by
other packages for designed experiments.
WWW: https://CRAN.R-project.org/package=DoE.base