fb5b01fd61
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/
18 lines
388 B
Makefile
18 lines
388 B
Makefile
# 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>
|