Date: Thu, 1 Mar 2018 14:25:36 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463325 - in head/math: . R-cran-conf.design Message-ID: <201803011425.w21EPaYe097201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Mar 1 14:25:36 2018 New Revision: 463325 URL: https://svnweb.freebsd.org/changeset/ports/463325 Log: This small library contains a series of simple tools for constructing and manipulating confounded and fractional factorial designs. WWW: https://cran.r-project.org/package=conf.design PR: 220057 Submitted by: pfg@ Added: head/math/R-cran-conf.design/ head/math/R-cran-conf.design/Makefile (contents, props changed) head/math/R-cran-conf.design/distinfo (contents, props changed) head/math/R-cran-conf.design/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Mar 1 14:24:34 2018 (r463324) +++ head/math/Makefile Thu Mar 1 14:25:36 2018 (r463325) @@ -36,6 +36,7 @@ SUBDIR += R-cran-car SUBDIR += R-cran-coda SUBDIR += R-cran-combinat + SUBDIR += R-cran-conf.design SUBDIR += R-cran-ddalpha SUBDIR += R-cran-deldir SUBDIR += R-cran-dimRed Added: head/math/R-cran-conf.design/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/Makefile Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,16 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= conf.design +DISTVERSION= 2.0.0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Construction of factorial designs + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/math/R-cran-conf.design/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/distinfo Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497640847 +SHA256 (conf.design_2.0.0.tar.gz) = a178552dc68d98f9ffee5ca78379da3d58158ea0818037bb293d603925ed6d1b +SIZE (conf.design_2.0.0.tar.gz) = 8093 Added: head/math/R-cran-conf.design/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/pkg-descr Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,4 @@ +This small library contains a series of simple tools for constructing and +manipulating confounded and fractional factorial designs. + +WWW: https://cran.r-project.org/package=conf.design
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803011425.w21EPaYe097201>