Date: Mon, 10 Aug 2015 19:17:25 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393888 - in head/devel: . R-cran-rngtools Message-ID: <201508101917.t7AJHPa7090190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Mon Aug 10 19:17:24 2015 New Revision: 393888 URL: https://svnweb.freebsd.org/changeset/ports/393888 Log: - Add new port: devel/R-cran-rngtools This package contains a set of functions for working with Random Number Generators (RNGs). In particular, it defines a generic S4 framework for getting/setting the current RNG, or RNG data that are embedded into objects for reproducibility. Notably, convenient default methods greatly facilitate the way current RNG settings can be changed. WWW: https://cran.r-project.org/web/packages/rngtools/ Added: head/devel/R-cran-rngtools/ head/devel/R-cran-rngtools/Makefile (contents, props changed) head/devel/R-cran-rngtools/distinfo (contents, props changed) head/devel/R-cran-rngtools/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 10 19:07:35 2015 (r393887) +++ head/devel/Makefile Mon Aug 10 19:17:24 2015 (r393888) @@ -38,6 +38,7 @@ SUBDIR += R-cran-registry SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 + SUBDIR += R-cran-rngtools SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils Added: head/devel/R-cran-rngtools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-rngtools/Makefile Mon Aug 10 19:17:24 2015 (r393888) @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rngtools +PORTVERSION= 1.2.4 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Utility functions for working with Random Number Generators + +LICENSE= GPLv3 + +RUN_DEPENDS= R-cran-pkgmaker>=0.20:${PORTSDIR}/devel/R-cran-pkgmaker + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/devel/R-cran-rngtools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-rngtools/distinfo Mon Aug 10 19:17:24 2015 (r393888) @@ -0,0 +1,2 @@ +SHA256 (rngtools_1.2.4.tar.gz) = 27019835b750f470b13dbb7fecd3b839a61b52774e23fffa191f919533768fb9 +SIZE (rngtools_1.2.4.tar.gz) = 120986 Added: head/devel/R-cran-rngtools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-rngtools/pkg-descr Mon Aug 10 19:17:24 2015 (r393888) @@ -0,0 +1,8 @@ +This package contains a set of functions for working with Random +Number Generators (RNGs). In particular, it defines a generic S4 +framework for getting/setting the current RNG, or RNG data that are +embedded into objects for reproducibility. Notably, convenient +default methods greatly facilitate the way current RNG settings can +be changed. + +WWW: https://cran.r-project.org/web/packages/rngtools/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101917.t7AJHPa7090190>