aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-05-06 23:12:57 +0800
committermiwi <miwi@FreeBSD.org>2017-05-06 23:12:57 +0800
commit282495d39b922b5ed04b03bd35c95f1b5cf41d10 (patch)
treefd00d80eca2e3fbb1f82056327f42a5c58df94d4 /math
parent7ab60f832beb37836aa99044492ef3de4b6ebf97 (diff)
downloadfreebsd-ports-gnome-282495d39b922b5ed04b03bd35c95f1b5cf41d10.tar.gz
freebsd-ports-gnome-282495d39b922b5ed04b03bd35c95f1b5cf41d10.tar.zst
freebsd-ports-gnome-282495d39b922b5ed04b03bd35c95f1b5cf41d10.zip
qualityTools: Statistical Methods for Quality Science
Contains methods associated with the Define, Measure, Analyze, Improve and Control (i.e. DMAIC) cycle of the Six Sigma Quality Management methodology.It covers distribution fitting, normal and non-normal process capability indices, techniques for Measurement Systems Analysis especially gage capability indices and Gage Repeatability (i.e Gage RR) and Reproducibility studies, factorial and fractional factorial designs as well as response surface methods including the use of desirability functions. WWW: http://www.r-qualitytools.org/ PR: 213104 Submitted by: Pedro Giffuni
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-qualityTools/Makefile21
-rw-r--r--math/R-cran-qualityTools/distinfo3
-rw-r--r--math/R-cran-qualityTools/pkg-descr12
4 files changed, 37 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 52f79a577f5c..3b2438eabfdc 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -61,6 +61,7 @@
SUBDIR += R-cran-pbkrtest
SUBDIR += R-cran-psych
SUBDIR += R-cran-quadprog
+ SUBDIR += R-cran-qualityTools
SUBDIR += R-cran-quantreg
SUBDIR += R-cran-rgenoud
SUBDIR += R-cran-sandwich
diff --git a/math/R-cran-qualityTools/Makefile b/math/R-cran-qualityTools/Makefile
new file mode 100644
index 000000000000..2fe6e88de819
--- /dev/null
+++ b/math/R-cran-qualityTools/Makefile
@@ -0,0 +1,21 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME= qualityTools
+DISTVERSION= 1.55
+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-Rsolnp>0:math/R-cran-Rsolnp
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-qualityTools/distinfo b/math/R-cran-qualityTools/distinfo
new file mode 100644
index 000000000000..22b3a9be1304
--- /dev/null
+++ b/math/R-cran-qualityTools/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475163718
+SHA256 (qualityTools_1.55.tar.gz) = 08ad2fe1cd6074334048db197e79149942a302597cb700a6587f630e1b3a57b0
+SIZE (qualityTools_1.55.tar.gz) = 1386009
diff --git a/math/R-cran-qualityTools/pkg-descr b/math/R-cran-qualityTools/pkg-descr
new file mode 100644
index 000000000000..dceb04fe3f54
--- /dev/null
+++ b/math/R-cran-qualityTools/pkg-descr
@@ -0,0 +1,12 @@
+qualityTools: Statistical Methods for Quality Science
+
+Contains methods associated with the Define, Measure, Analyze, Improve and
+Control (i.e. DMAIC) cycle of the Six Sigma Quality Management
+methodology.It covers distribution fitting, normal and non-normal process
+capability indices, techniques for Measurement Systems Analysis especially
+gage capability indices and Gage Repeatability (i.e Gage RR) and
+Reproducibility studies, factorial and fractional factorial designs as
+well as response surface methods including the use of desirability
+functions.
+
+WWW: http://www.r-qualitytools.org/