svn commit: r493244 - in head/math: . R-cran-FrF2

Wen Heping wen at FreeBSD.org
Mon Feb 18 06:11:19 UTC 2019


Author: wen
Date: Mon Feb 18 06:11:17 2019
New Revision: 493244
URL: https://svnweb.freebsd.org/changeset/ports/493244

Log:
  FrF2: Fractional Factorial Designs with 2-Level Factors
  
  Regular and non-regular Fractional Factorial 2-level designs can be
  created. Furthermore, analysis tools for Fractional Factorial designs
  with 2-level factors are offered (main effects and interaction plots for
  all factors simultaneously, cube plot for looking at the simultaneous
  effects of three factors, full or half normal plot, alias structure in a
  more readable format than with the built-in function alias).
  
  WWW: https://CRAN.R-project.org/package=FrF2
  
  PR:		220066
  Submitted by:	pfg@

Added:
  head/math/R-cran-FrF2/
  head/math/R-cran-FrF2/Makefile   (contents, props changed)
  head/math/R-cran-FrF2/distinfo   (contents, props changed)
  head/math/R-cran-FrF2/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon Feb 18 05:19:50 2019	(r493243)
+++ head/math/Makefile	Mon Feb 18 06:11:17 2019	(r493244)
@@ -15,6 +15,7 @@
     SUBDIR += R-cran-DRR
     SUBDIR += R-cran-DoE.base
     SUBDIR += R-cran-Formula
+    SUBDIR += R-cran-FrF2
     SUBDIR += R-cran-KFAS
     SUBDIR += R-cran-LearnBayes
     SUBDIR += R-cran-MCMCpack

Added: head/math/R-cran-FrF2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-FrF2/Makefile	Mon Feb 18 06:11:17 2019	(r493244)
@@ -0,0 +1,25 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME=	FrF2
+DISTVERSION=	1.7-2
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	pfg at FreeBSD.org
+COMMENT=	Statistical Methods for Quality Science
+
+LICENSE=	GPLv2+
+
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+CRAN_DEPENDS=	R-cran-DoE.base>0:math/R-cran-DoE.base		\
+		R-cran-igraph>0:math/R-cran-igraph		\
+		R-cran-scatterplot3d>0:math/R-cran-scatterplot3d \
+		R-cran-sfsmisc>0:devel/R-cran-sfsmisc		\
+		R-cran-BsMD>0:math/R-cran-BsMD
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-FrF2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-FrF2/distinfo	Mon Feb 18 06:11:17 2019	(r493244)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497637577
+SHA256 (FrF2_1.7-2.tar.gz) = c64c1732fe7ae8f46711f69e6fb9f4c4fb1e6290c3c2833fd16b29bbfee94fe2
+SIZE (FrF2_1.7-2.tar.gz) = 282582

Added: head/math/R-cran-FrF2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-FrF2/pkg-descr	Mon Feb 18 06:11:17 2019	(r493244)
@@ -0,0 +1,10 @@
+FrF2: Fractional Factorial Designs with 2-Level Factors
+
+Regular and non-regular Fractional Factorial 2-level designs can be 
+created. Furthermore, analysis tools for Fractional Factorial designs 
+with 2-level factors are offered (main effects and interaction plots for 
+all factors simultaneously, cube plot for looking at the simultaneous 
+effects of three factors, full or half normal plot, alias structure in a 
+more readable format than with the built-in function alias).
+
+WWW: https://CRAN.R-project.org/package=FrF2


More information about the svn-ports-all mailing list