GNU bug report logs -
#62428
gnu: Add r-anota2seq, r-hybridmtest, r-apalyzer, r-org-sc-sgd-db, r-apcomplex, r-mdqc, , r-parody, r-arraymvout, r-arrayquality, r-beaddatapackr, r-beadarray, r-arrayqualitymetrics, r-repmis, r-setrng..
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-setrng): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 325fec402b..bfcafea355 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20170,6 +20170,28 @@ (define-public r-bedr
additional utilities for genomic regions processing.")
(license license:gpl2)))
+(define-public r-setrng
+ (package
+ (name "r-setrng")
+ (version "2022.4-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "setRNG" version))
+ (sha256
+ (base32 "09089vr5x8snwxh38kdhgpjl3jl7zrk056f6f9a2jg5lsrmnxh31"))))
+ (properties `((upstream-name . "setRNG")))
+ (build-system r-build-system)
+ (home-page "http://distr.r-forge.r-project.org/")
+ (synopsis "Set (normal) random number generator and seed")
+ (description
+ "This package provides utilities to help set and record the setting of the
+seed and the uniform and normal generators used when a random experiment is run.
+The utilities can be used in other functions that do random experiments to simplify
+recording and/or setting all the necessary information for reproducibility. See
+the vignette and reference manual for examples.")
+ (license license:gpl2)))
+
(define-public r-sets
(package
(name "r-sets")
--
2.39.2
This bug report was last modified 1 year and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.