qcc: Quality Control Charts

Shewhart quality control charts for continuous, attribute and count data.
Cusum and EWMA charts. Operating characteristic curves. Process capability
analysis. Pareto chart and cause-and-effect chart. Multivariate control
charts.

WWW: http://cran.r-project.org/web/packages/qcc/

PR:		216165
Submitted by:	Pedro Giffuni
This commit is contained in:
Martin Wilke 2017-05-06 15:10:56 +00:00
parent b0435fae10
commit 31ebc99129
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440269
4 changed files with 29 additions and 0 deletions

View File

@ -27,6 +27,7 @@
SUBDIR += R-cran-munsell
SUBDIR += R-cran-pixmap
SUBDIR += R-cran-png
SUBDIR += R-cran-qcc
SUBDIR += R-cran-rgdal
SUBDIR += R-cran-rtiff
SUBDIR += R-cran-scales

View File

@ -0,0 +1,17 @@
# Created by: Pedro Giffuni
# $FreeBSD$
PORTNAME= qcc
DISTVERSION= 2.6
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= pfg@FreeBSD.org
COMMENT= Quality Control Charts
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475119631
SHA256 (qcc_2.6.tar.gz) = b988f07c5f1856883d15b422fe64d2ffce9bf7449d77ab70e0e2cf8df57d4d2f
SIZE (qcc_2.6.tar.gz) = 159062

View File

@ -0,0 +1,8 @@
qcc: Quality Control Charts
Shewhart quality control charts for continuous, attribute and count data.
Cusum and EWMA charts. Operating characteristic curves. Process capability
analysis. Pareto chart and cause-and-effect chart. Multivariate control
charts.
WWW: http://cran.r-project.org/web/packages/qcc/