me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-compositions): Update to 2.0-7.

Change-Id: I79365ad9f61257a1e8feb4697f51db9615845813
master
Ricardo Wurmus 2024-01-11 11:45:21 +01:00
parent 2e7f7b8a2f
commit 3f37d72acb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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