diff options
author | Wen Heping <wen@FreeBSD.org> | 2019-02-18 14:11:17 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2019-02-18 14:11:17 +0800 |
commit | 3d23b1d20ba4185cb4fe3cf81bc5923c4288ece5 (patch) | |
tree | a2e3c30ca5b23108c6c7154c0d6e1ee522ebc734 | |
parent | 964460f3faac96fa9d12c0553b76f4728d580914 (diff) | |
download | freebsd-ports-gnome-3d23b1d20ba4185cb4fe3cf81bc5923c4288ece5.tar.gz freebsd-ports-gnome-3d23b1d20ba4185cb4fe3cf81bc5923c4288ece5.tar.zst freebsd-ports-gnome-3d23b1d20ba4185cb4fe3cf81bc5923c4288ece5.zip |
FrF2: Fractional Factorial Designs with 2-Level Factors
Regular and non-regular Fractional Factorial 2-level designs can be
created. Furthermore, analysis tools for Fractional Factorial designs
with 2-level factors are offered (main effects and interaction plots for
all factors simultaneously, cube plot for looking at the simultaneous
effects of three factors, full or half normal plot, alias structure in a
more readable format than with the built-in function alias).
WWW: https://CRAN.R-project.org/package=FrF2
PR: 220066
Submitted by: pfg@
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-FrF2/Makefile | 25 | ||||
-rw-r--r-- | math/R-cran-FrF2/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-FrF2/pkg-descr | 10 |
4 files changed, 39 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 660dae19cfd0..8045d9bc9ad9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -15,6 +15,7 @@ SUBDIR += R-cran-DRR SUBDIR += R-cran-DoE.base SUBDIR += R-cran-Formula + SUBDIR += R-cran-FrF2 SUBDIR += R-cran-KFAS SUBDIR += R-cran-LearnBayes SUBDIR += R-cran-MCMCpack diff --git a/math/R-cran-FrF2/Makefile b/math/R-cran-FrF2/Makefile new file mode 100644 index 000000000000..21768ad4f2fe --- /dev/null +++ b/math/R-cran-FrF2/Makefile @@ -0,0 +1,25 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= FrF2 +DISTVERSION= 1.7-2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Statistical Methods for Quality Science + +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +CRAN_DEPENDS= R-cran-DoE.base>0:math/R-cran-DoE.base \ + R-cran-igraph>0:math/R-cran-igraph \ + R-cran-scatterplot3d>0:math/R-cran-scatterplot3d \ + R-cran-sfsmisc>0:devel/R-cran-sfsmisc \ + R-cran-BsMD>0:math/R-cran-BsMD + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-FrF2/distinfo b/math/R-cran-FrF2/distinfo new file mode 100644 index 000000000000..cda56c1f4c5b --- /dev/null +++ b/math/R-cran-FrF2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1497637577 +SHA256 (FrF2_1.7-2.tar.gz) = c64c1732fe7ae8f46711f69e6fb9f4c4fb1e6290c3c2833fd16b29bbfee94fe2 +SIZE (FrF2_1.7-2.tar.gz) = 282582 diff --git a/math/R-cran-FrF2/pkg-descr b/math/R-cran-FrF2/pkg-descr new file mode 100644 index 000000000000..31054c29c5d6 --- /dev/null +++ b/math/R-cran-FrF2/pkg-descr @@ -0,0 +1,10 @@ +FrF2: Fractional Factorial Designs with 2-Level Factors + +Regular and non-regular Fractional Factorial 2-level designs can be +created. Furthermore, analysis tools for Fractional Factorial designs +with 2-level factors are offered (main effects and interaction plots for +all factors simultaneously, cube plot for looking at the simultaneous +effects of three factors, full or half normal plot, alias structure in a +more readable format than with the built-in function alias). + +WWW: https://CRAN.R-project.org/package=FrF2 |