View | Details | Raw Unified | Return to bug 213104 | Differences between
and this patch

Collapse All | Expand All

(-)math/Makefile (+1 lines)
Lines 58-63 Link Here
58
    SUBDIR += R-cran-pbkrtest
58
    SUBDIR += R-cran-pbkrtest
59
    SUBDIR += R-cran-psych
59
    SUBDIR += R-cran-psych
60
    SUBDIR += R-cran-quadprog
60
    SUBDIR += R-cran-quadprog
61
    SUBDIR += R-cran-qualityTools
61
    SUBDIR += R-cran-quantreg
62
    SUBDIR += R-cran-quantreg
62
    SUBDIR += R-cran-sandwich
63
    SUBDIR += R-cran-sandwich
63
    SUBDIR += R-cran-sm
64
    SUBDIR += R-cran-sm
(-)math/R-cran-qualityTools/Makefile (+21 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	qualityTools
5
DISTVERSION=	1.55
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Statistical Methods for Quality Science
11
12
LICENSE=	GPLv2
13
14
BUILD_DEPENDS=	${CRAN_DEPENDS}
15
RUN_DEPENDS=	${CRAN_DEPENDS}
16
17
CRAN_DEPENDS=	R-cran-Rsolnp>0:math/R-cran-Rsolnp
18
19
USES=	cran:auto-plist
20
21
.include <bsd.port.mk>
(-)math/R-cran-qualityTools/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1475163718
2
SHA256 (qualityTools_1.55.tar.gz) = 08ad2fe1cd6074334048db197e79149942a302597cb700a6587f630e1b3a57b0
3
SIZE (qualityTools_1.55.tar.gz) = 1386009
(-)math/R-cran-qualityTools/pkg-descr (+12 lines)
Line 0 Link Here
1
qualityTools: Statistical Methods for Quality Science
2
3
Contains methods associated with the Define, Measure, Analyze, Improve and 
4
Control (i.e. DMAIC) cycle of the Six Sigma Quality Management 
5
methodology.It covers distribution fitting, normal and non-normal process 
6
capability indices, techniques for Measurement Systems Analysis especially 
7
gage capability indices and Gage Repeatability (i.e Gage RR) and 
8
Reproducibility studies, factorial and fractional factorial designs as 
9
well as response surface methods including the use of desirability 
10
functions.
11
12
WWW:  	http://www.r-qualitytools.org

Return to bug 213104