guix-commits
[Top][All Lists]
Advanced

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

10/215: gnu: Add r-sitmo.


From: guix-commits
Subject: 10/215: gnu: Add r-sitmo.
Date: Sun, 5 May 2019 18:15:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b8d6dffbdd51f85af4821b4ff16aa040f0660762
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:23:16 2019 +0200

    gnu: Add r-sitmo.
    
    * gnu/packages/cran.scm (r-sitmo): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 33e6fe4..31507fc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14211,3 +14211,24 @@ structures for representing partitions and 
hierarchies, and facilities for
 computing on them, including methods for measuring proximity and obtaining
 consensus and secondary clusterings.")
     (license license:gpl2)))
+
+(define-public r-sitmo
+  (package
+    (name "r-sitmo")
+    (version "2.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "sitmo" version))
+       (sha256
+        (base32
+         "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+    (home-page "https://github.com/coatless/sitmo/";)
+    (synopsis "Parallel pseudo random number generator header files")
+    (description
+     "This package provides two high quality and fast PPRNGs that may be used
+in an OpenMP parallel environment.  In addition, there is a generator for one
+dimensional low-discrepancy sequence.")
+    (license license:expat)))



reply via email to

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