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:
Ricardo Wurmus 2020-04-14 16:09:30 +02:00
parent cee6e12acf
commit 172fea2c0a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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