From owner-svn-ports-head@freebsd.org Sat May 6 15:12:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA16BD613A9; Sat, 6 May 2017 15:12:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A659ADDA; Sat, 6 May 2017 15:12:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46FCvK1009252; Sat, 6 May 2017 15:12:57 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46FCvRY009248; Sat, 6 May 2017 15:12:57 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705061512.v46FCvRY009248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 15:12:57 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 15:12:59 -0000 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 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/