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:
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
|
@ -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
|
||||
|
|
25
math/R-cran-DoE.base/Makefile
Normal file
25
math/R-cran-DoE.base/Makefile
Normal 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>
|
3
math/R-cran-DoE.base/distinfo
Normal file
3
math/R-cran-DoE.base/distinfo
Normal 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
|
6
math/R-cran-DoE.base/pkg-descr
Normal file
6
math/R-cran-DoE.base/pkg-descr
Normal 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
|
Loading…
Reference in a new issue