mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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
|
(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…
Reference in a new issue