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:
parent
b0435fae10
commit
31ebc99129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440269
@ -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
|
||||
|
17
graphics/R-cran-qcc/Makefile
Normal file
17
graphics/R-cran-qcc/Makefile
Normal 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>
|
3
graphics/R-cran-qcc/distinfo
Normal file
3
graphics/R-cran-qcc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1475119631
|
||||
SHA256 (qcc_2.6.tar.gz) = b988f07c5f1856883d15b422fe64d2ffce9bf7449d77ab70e0e2cf8df57d4d2f
|
||||
SIZE (qcc_2.6.tar.gz) = 159062
|
8
graphics/R-cran-qcc/pkg-descr
Normal file
8
graphics/R-cran-qcc/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user