me
/
guix
Archived
1
0
Fork 0

gnu: r-compositions: Update to 2.0-6.

* gnu/packages/cran.scm (r-compositions): Update to 2.0-6.
master
Ricardo Wurmus 2023-04-17 11:10:34 +02:00
parent 39d2ed401f
commit b9d6b88a33
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19793,14 +19793,14 @@ users of rARPACK are advised to switch to the RSpectra package.")
(define-public r-compositions
(package
(name "r-compositions")
(version "2.0-5")
(version "2.0-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "compositions" version))
(sha256
(base32
"0niccv8i3jrcjnjm7dygzhz6bfah9za6lswa669pfpgsycilpf51"))))
"0d0wlrwfpjvz02cwrqpg5bnrf8isz359dl9qqxn9yb6czpmp9ls5"))))
(build-system r-build-system)
(propagated-inputs
(list r-bayesm r-mass r-robustbase r-tensora))