mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-lhs: Update to 1.0.2.
* gnu/packages/cran.scm (r-lhs): Update to 1.0.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
cee6e12acf
commit
172fea2c0a
1 changed files with 4 additions and 2 deletions
|
@ -17124,17 +17124,19 @@ (define-public r-randtoolbox
|
|||
(define-public r-lhs
|
||||
(package
|
||||
(name "r-lhs")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lhs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lzaqr7xi3ckln5nglv5xf5njm359slpz1jc6s02hpsqdw6armd4"))))
|
||||
"0n0i1hr9gmc0hfcs2cvpjvdfgm6k26rhcq3q22r8ic0gfj953572"))))
|
||||
(properties `((upstream-name . "lhs")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/bertcarnell/lhs")
|
||||
(synopsis "Latin Hypercube Samples")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue