mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: r-consrank: Update to 2.1.5.
* gnu/packages/cran.scm (r-consrank): Update to 2.1.5. Change-Id: I8141e60a866c2270f9fdf497d2c7db3cb23c53e7
This commit is contained in:
parent
3c846ff7fb
commit
814325c732
1 changed files with 2 additions and 2 deletions
|
|
@ -46511,13 +46511,13 @@ coefficients are constructed using multiplier bootstrap.")
|
|||
(define-public r-consrank
|
||||
(package
|
||||
(name "r-consrank")
|
||||
(version "2.1.4")
|
||||
(version "2.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ConsRank" version))
|
||||
(sha256
|
||||
(base32
|
||||
"001hmiii7khh1q2wav38737svzr0anr42nyp8hhplqfbiw0cc4y2"))))
|
||||
"06jcf832282irk11vxsynmaa28wjydrh9va7jwnq4l4znbv6ix32"))))
|
||||
(properties `((upstream-name . "ConsRank")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-gtools r-proxy r-rgl r-rlist r-tidyr))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue