mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add r-lhs.
* gnu/packages/cran.scm (r-lhs): New variable.
This commit is contained in:
parent
e6bf147293
commit
390bc8726b
1 changed files with 21 additions and 0 deletions
|
@ -16944,3 +16944,24 @@ (define-public r-randtoolbox
|
|||
|
||||
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)))
|
||||
|
|
Loading…
Reference in a new issue