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

(-)math/R-cran-conf.design/Makefile (+16 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	conf.design
5
DISTVERSION=	2.0.0
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	Construction of factorial designs
11
12
LICENSE=	GPLv2
13
14
USES=	cran:auto-plist
15
16
.include <bsd.port.mk>
(-)math/R-cran-conf.design/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1497640847
2
SHA256 (conf.design_2.0.0.tar.gz) = a178552dc68d98f9ffee5ca78379da3d58158ea0818037bb293d603925ed6d1b
3
SIZE (conf.design_2.0.0.tar.gz) = 8093
(-)math/R-cran-conf.design/pkg-descr (+6 lines)
Line 0 Link Here
1
conf.design: Construction of factorial designs
2
3
This small library contains a series of simple tools for constructing and 
4
manipulating confounded and fractional factorial designs.
5
6
WWW: https://cran.r-project.org/package=conf.design

Return to bug 220057