From owner-svn-ports-all@freebsd.org Sat Sep 1 03:34:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4373FDE55D; Sat, 1 Sep 2018 03:34:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BC66937DB; Sat, 1 Sep 2018 03:34:25 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51A6824950; Sat, 1 Sep 2018 03:34:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w813YPTE043436; Sat, 1 Sep 2018 03:34:25 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w813YOwo043432; Sat, 1 Sep 2018 03:34:24 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201809010334.w813YOwo043432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 1 Sep 2018 03:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478653 - in head/math: . R-cran-DoE.base X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/math: . R-cran-DoE.base X-SVN-Commit-Revision: 478653 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 03:34:26 -0000 Author: wen Date: Sat Sep 1 03:34:24 2018 New Revision: 478653 URL: https://svnweb.freebsd.org/changeset/ports/478653 Log: Package DoE.base creates full factorial experimental designs and designs based on orthogonal arrays for (industrial) experiments. Additionally, it provides utility functions for the class design, which is also used by other packages for designed experiments. WWW: https://CRAN.R-project.org/package=DoE.base PR: 220062 Submitted by: pfg@ Added: head/math/R-cran-DoE.base/ head/math/R-cran-DoE.base/Makefile (contents, props changed) head/math/R-cran-DoE.base/distinfo (contents, props changed) head/math/R-cran-DoE.base/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Sep 1 02:48:35 2018 (r478652) +++ head/math/Makefile Sat Sep 1 03:34:24 2018 (r478653) @@ -11,6 +11,7 @@ SUBDIR += R-cran-ChangeAnomalyDetection SUBDIR += R-cran-DEoptimR SUBDIR += R-cran-DRR + SUBDIR += R-cran-DoE.base SUBDIR += R-cran-Formula SUBDIR += R-cran-KFAS SUBDIR += R-cran-LearnBayes Added: head/math/R-cran-DoE.base/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-DoE.base/Makefile Sat Sep 1 03:34:24 2018 (r478653) @@ -0,0 +1,25 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= DoE.base +DISTVERSION= 1.1-1 +CATEGORIES= math devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Full Factorials, Orthogonal Arrays and Base Utilities for DoE + +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +CRAN_DEPENDS= R-cran-conf.design>1:math/R-cran-conf.design \ + R-cran-combinat>0:math/R-cran-combinat \ + R-cran-vcd>0:devel/R-cran-vcd \ + R-cran-partitions>=0:math/R-cran-partitions \ + R-cran-numbers>=0:math/R-cran-numbers + +USES= cran:auto-plist + +.include Added: head/math/R-cran-DoE.base/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-DoE.base/distinfo Sat Sep 1 03:34:24 2018 (r478653) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535722923 +SHA256 (DoE.base_1.1-1.tar.gz) = 56e7c577e473271ed979ab758d0211f7b237efcdff098ee9c472c5f602adc9df +SIZE (DoE.base_1.1-1.tar.gz) = 579022 Added: head/math/R-cran-DoE.base/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-DoE.base/pkg-descr Sat Sep 1 03:34:24 2018 (r478653) @@ -0,0 +1,6 @@ +Package DoE.base creates full factorial experimental designs and designs +based on orthogonal arrays for (industrial) experiments. Additionally, it +provides utility functions for the class design, which is also used by +other packages for designed experiments. + +WWW: https://CRAN.R-project.org/package=DoE.base