View | Details | Raw Unified | Return to bug 220066
Collapse All | Expand All

(-)math/R-cran-FrF2/Makefile (+25 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	FrF2
5
DISTVERSION=	1.7-2
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Statistical Methods for Quality Science
11
12
LICENSE=	GPLv2+
13
14
BUILD_DEPENDS=	${CRAN_DEPENDS}
15
RUN_DEPENDS=	${CRAN_DEPENDS}
16
17
CRAN_DEPENDS=	R-cran-DoE.base>0:math/R-cran-DoE.base		\
18
		R-cran-igraph>0:math/R-cran-igraph		\
19
		R-cran-scatterplot3d>0:math/R-cran-scatterplot3d \
20
		R-cran-sfsmisc>0:math/R-cran-sfsmisc		\
21
		R-cran-BsMD>0:math/R-cran-BsMD
22
23
USES=	cran:auto-plist
24
25
.include <bsd.port.mk>
(-)math/R-cran-FrF2/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1497637577
2
SHA256 (FrF2_1.7-2.tar.gz) = c64c1732fe7ae8f46711f69e6fb9f4c4fb1e6290c3c2833fd16b29bbfee94fe2
3
SIZE (FrF2_1.7-2.tar.gz) = 282582
(-)math/R-cran-FrF2/pkg-descr (+10 lines)
Line 0 Link Here
1
FrF2: Fractional Factorial Designs with 2-Level Factors
2
3
Regular and non-regular Fractional Factorial 2-level designs can be 
4
created. Furthermore, analysis tools for Fractional Factorial designs 
5
with 2-level factors are offered (main effects and interaction plots for 
6
all factors simultaneously, cube plot for looking at the simultaneous 
7
effects of three factors, full or half normal plot, alias structure in a 
8
more readable format than with the built-in function alias).
9
10
WWW: https://CRAN.R-project.org/package=FrF2

Return to bug 220066