guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: Add r-rlecuyer.


From: guix-commits
Subject: 01/12: gnu: Add r-rlecuyer.
Date: Wed, 28 Sep 2022 16:14:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d1f1947a462eac5eef01fb1787fa22d1c801ced8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 28 19:55:48 2022 +0200

    gnu: Add r-rlecuyer.
    
    * gnu/packages/cran.scm (r-rlecuyer): 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 da9482b1c0..3108169756 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26802,6 +26802,28 @@ Yue-Pilon's (Yue, 2002) pre-whitening approaches to 
determining trends in
 climate data.")
     (license license:lgpl2.1)))
 
+(define-public r-rlecuyer
+  (package
+    (name "r-rlecuyer")
+    (version "0.3-5")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "rlecuyer" version))
+              (sha256
+               (base32
+                "09mniai7v8gapr6hd3zm8sm3vi1zcyhgym389904ykb2yx7l68s7"))))
+    (properties `((upstream-name . "rlecuyer")))
+    (build-system r-build-system)
+    (home-page
+     "https://www.iro.umontreal.ca/~lecuyer/myftp/papers/streams00.pdf";)
+    (synopsis "R interface to RNG with multiple streams")
+    (description
+     "This package provides an interface to the C implementation of the random
+number generator with multiple independent streams developed by L'Ecuyer et
+al (2002).  The main purpose of this package is to enable the use of this
+random number generator in parallel R applications.")
+    (license license:gpl2+)))
+
 (define-public r-rlinsolve
   (package
     (name "r-rlinsolve")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]