mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-compositions: Update to 2.0-4.
* gnu/packages/cran.scm (r-compositions): Update to 2.0-4.
This commit is contained in:
parent
e3f37adc60
commit
53d91b4d6e
1 changed files with 2 additions and 2 deletions
|
@ -15328,14 +15328,14 @@ users of rARPACK are advised to switch to the RSpectra package.")
|
|||
(define-public r-compositions
|
||||
(package
|
||||
(name "r-compositions")
|
||||
(version "2.0-2")
|
||||
(version "2.0-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "compositions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05pji62pzgfk9dyiybmr16q0h6mdzsmvyzxdni3hn0dvl4a7mr5m"))))
|
||||
"1bqg0qqzsf92q0jb7hdjycr54bwv8rk7ajhvxgch5yslyqxpm73v"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bayesm r-mass r-robustbase r-tensora))
|
||||
|
|
Loading…
Reference in a new issue