svn commit: r440269 - in head/graphics: . R-cran-qcc
Martin Wilke
miwi at FreeBSD.org
Sat May 6 15:10:58 UTC 2017
Author: miwi
Date: Sat May 6 15:10:56 2017
New Revision: 440269
URL: https://svnweb.freebsd.org/changeset/ports/440269
Log:
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
Added:
head/graphics/R-cran-qcc/
head/graphics/R-cran-qcc/Makefile (contents, props changed)
head/graphics/R-cran-qcc/distinfo (contents, props changed)
head/graphics/R-cran-qcc/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Sat May 6 15:09:22 2017 (r440268)
+++ head/graphics/Makefile Sat May 6 15:10:56 2017 (r440269)
@@ -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
Added: head/graphics/R-cran-qcc/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/R-cran-qcc/Makefile Sat May 6 15:10:56 2017 (r440269)
@@ -0,0 +1,17 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME= qcc
+DISTVERSION= 2.6
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= pfg at FreeBSD.org
+COMMENT= Quality Control Charts
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/graphics/R-cran-qcc/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/R-cran-qcc/distinfo Sat May 6 15:10:56 2017 (r440269)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475119631
+SHA256 (qcc_2.6.tar.gz) = b988f07c5f1856883d15b422fe64d2ffce9bf7449d77ab70e0e2cf8df57d4d2f
+SIZE (qcc_2.6.tar.gz) = 159062
Added: head/graphics/R-cran-qcc/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/R-cran-qcc/pkg-descr Sat May 6 15:10:56 2017 (r440269)
@@ -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/
More information about the svn-ports-head
mailing list