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
@ -17124,17 +17124,19 @@ See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
|
|||||||
(define-public r-lhs
|
(define-public r-lhs
|
||||||
(package
|
(package
|
||||||
(name "r-lhs")
|
(name "r-lhs")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lhs" version))
|
(uri (cran-uri "lhs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lzaqr7xi3ckln5nglv5xf5njm359slpz1jc6s02hpsqdw6armd4"))))
|
"0n0i1hr9gmc0hfcs2cvpjvdfgm6k26rhcq3q22r8ic0gfj953572"))))
|
||||||
(properties `((upstream-name . "lhs")))
|
(properties `((upstream-name . "lhs")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/bertcarnell/lhs")
|
(home-page "https://github.com/bertcarnell/lhs")
|
||||||
(synopsis "Latin Hypercube Samples")
|
(synopsis "Latin Hypercube Samples")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user