svn commit: r478653 - in head/math: . R-cran-DoE.base

Wen Heping wen at FreeBSD.org
Sat Sep 1 03:34:26 UTC 2018


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list