mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
31ebc99129
commit
cef0a38b1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440270
4 changed files with 37 additions and 0 deletions
|
@ -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
|
||||
|
|
21
math/R-cran-qualityTools/Makefile
Normal file
21
math/R-cran-qualityTools/Makefile
Normal file
|
@ -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>
|
3
math/R-cran-qualityTools/distinfo
Normal file
3
math/R-cran-qualityTools/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1475163718
|
||||
SHA256 (qualityTools_1.55.tar.gz) = 08ad2fe1cd6074334048db197e79149942a302597cb700a6587f630e1b3a57b0
|
||||
SIZE (qualityTools_1.55.tar.gz) = 1386009
|
12
math/R-cran-qualityTools/pkg-descr
Normal file
12
math/R-cran-qualityTools/pkg-descr
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue