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:
Ricardo Wurmus 2022-02-01 17:01:34 +01:00
parent 86beee6432
commit 13497cdd01
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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