[Distr-commits] r1053 - pkg/setRNG
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 5 16:38:40 CEST 2015
Author: pgilbert
Date: 2015-07-05 16:38:40 +0200 (Sun, 05 Jul 2015)
New Revision: 1053
Modified:
pkg/setRNG/DESCRIPTION
pkg/setRNG/NAMESPACE
pkg/setRNG/NEWS
Log:
Added default package imports as now required by CRAN.
Modified: pkg/setRNG/DESCRIPTION
===================================================================
--- pkg/setRNG/DESCRIPTION 2015-06-16 07:34:52 UTC (rev 1052)
+++ pkg/setRNG/DESCRIPTION 2015-07-05 14:38:40 UTC (rev 1053)
@@ -1,4 +1,5 @@
Package: setRNG
+Version: 2015.7-1
Title: Set (Normal) Random Number Generator and Seed
Description: SetRNG provides utilities to help set and record the setting of
the seed and the uniform and normal generators used when a random
@@ -7,7 +8,7 @@
necessary information for reproducibility.
See the vignette and reference manual for examples.
Depends: R (>= 2.5.0)
-Version: 2013.9-1
+Imports: stats
LazyLoad: yes
License: GPL-2 | file LICENSE
Author: Paul Gilbert <pgilbert.ttv9z at ncf.ca>
Modified: pkg/setRNG/NAMESPACE
===================================================================
--- pkg/setRNG/NAMESPACE 2015-06-16 07:34:52 UTC (rev 1052)
+++ pkg/setRNG/NAMESPACE 2015-07-05 14:38:40 UTC (rev 1053)
@@ -1,3 +1,5 @@
+importFrom("stats", "runif", "rnorm")
+
export("setRNG")
export("random.number.test")
export("getRNG")
Modified: pkg/setRNG/NEWS
===================================================================
--- pkg/setRNG/NEWS 2015-06-16 07:34:52 UTC (rev 1052)
+++ pkg/setRNG/NEWS 2015-07-05 14:38:40 UTC (rev 1053)
@@ -1,3 +1,7 @@
+Changes in setRNG version 2015.7-1
+
+ o Added default package imports as now required by CRAN.
+
Changes in setRNG version 2013.9-1
o adjusted .Rbuildignore to exclude S/ directory.
More information about the Distr-commits
mailing list