aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-FrF2
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-FrF2')
-rw-r--r--math/R-cran-FrF2/Makefile25
-rw-r--r--math/R-cran-FrF2/distinfo3
-rw-r--r--math/R-cran-FrF2/pkg-descr10
3 files changed, 38 insertions, 0 deletions
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