guix-commits
[Top][All Lists]
Advanced

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

36/47: gnu: Add r-lhs.


From: guix-commits
Subject: 36/47: gnu: Add r-lhs.
Date: Fri, 13 Dec 2019 16:42:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 390bc8726bbd9625557f1cd02b3853995de34b8f
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 18:53:00 2019 +0100

    gnu: Add r-lhs.
    
    * gnu/packages/cran.scm (r-lhs): 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 ed47472..1a09342 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16944,3 +16944,24 @@ sequence, the Halton sequence (including the Van der 
Corput sequence), and
 
 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
     (license license:bsd-3)))
+
+(define-public r-lhs
+  (package
+    (name "r-lhs")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "lhs" version))
+       (sha256
+        (base32
+         "0lzaqr7xi3ckln5nglv5xf5njm359slpz1jc6s02hpsqdw6armd4"))))
+    (properties `((upstream-name . "lhs")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-rcpp" ,r-rcpp)))
+    (home-page "https://github.com/bertcarnell/lhs";)
+    (synopsis "Latin Hypercube Samples")
+    (description
+     "This package provides a number of methods for creating and augmenting
+Latin Hypercube Samples.")
+    (license license:gpl3)))



reply via email to

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