Date: Sat, 6 May 2017 15:12:57 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440270 - in head/math: . R-cran-qualityTools Message-ID: <201705061512.v46FCvRY009248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat May 6 15:12:57 2017 New Revision: 440270 URL: https://svnweb.freebsd.org/changeset/ports/440270 Log: 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 Added: head/math/R-cran-qualityTools/ head/math/R-cran-qualityTools/Makefile (contents, props changed) head/math/R-cran-qualityTools/distinfo (contents, props changed) head/math/R-cran-qualityTools/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat May 6 15:10:56 2017 (r440269) +++ head/math/Makefile Sat May 6 15:12:57 2017 (r440270) @@ -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 Added: head/math/R-cran-qualityTools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-qualityTools/Makefile Sat May 6 15:12:57 2017 (r440270) @@ -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> Added: head/math/R-cran-qualityTools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-qualityTools/distinfo Sat May 6 15:12:57 2017 (r440270) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475163718 +SHA256 (qualityTools_1.55.tar.gz) = 08ad2fe1cd6074334048db197e79149942a302597cb700a6587f630e1b3a57b0 +SIZE (qualityTools_1.55.tar.gz) = 1386009 Added: head/math/R-cran-qualityTools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-qualityTools/pkg-descr Sat May 6 15:12:57 2017 (r440270) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705061512.v46FCvRY009248>