mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: r-permute: Update to 0.9-7.
* gnu/packages/statistics.scm (r-permute): Update to 0.9-7. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
86beee6432
commit
13497cdd01
1 changed files with 3 additions and 2 deletions
|
@ -1031,15 +1031,16 @@ (define-public r-munsell
|
||||||
(define-public r-permute
|
(define-public r-permute
|
||||||
(package
|
(package
|
||||||
(name "r-permute")
|
(name "r-permute")
|
||||||
(version "0.9-5")
|
(version "0.9-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "permute" version))
|
(uri (cran-uri "permute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ra8p5mf2590azrkas8z2ry7mif77xqxd29n4zgyi5vll225726j"))))
|
"1h4dyhcsv8p3h3qxsy98pib9v79dddvrnq7qx6abkblsazxqzy7g"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
;; Tests do not run correctly, but running them properly would entail a
|
;; Tests do not run correctly, but running them properly would entail a
|
||||||
;; circular dependency with vegan.
|
;; circular dependency with vegan.
|
||||||
(home-page "https://github.com/gavinsimpson/permute")
|
(home-page "https://github.com/gavinsimpson/permute")
|
||||||
|
|
Loading…
Reference in a new issue