mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-abundant: Update to 1.2.
* gnu/packages/cran.scm (r-abundant): Update to 1.2. [propagated-inputs]: Remove r-quic; add r-glasso.
This commit is contained in:
parent
de3a354107
commit
5319f8a582
1 changed files with 3 additions and 3 deletions
|
@ -10787,16 +10787,16 @@ (define-public r-quic
|
|||
(define-public r-abundant
|
||||
(package
|
||||
(name "r-abundant")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "abundant" version))
|
||||
(sha256
|
||||
(base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
|
||||
(base32 "15m3ngj5aipjg961yy5kvdg9xlfcpliw30dq6gchzxabhnfzcipd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-quic))
|
||||
(list r-glasso))
|
||||
(home-page "https://cran.r-project.org/web/packages/abundant/")
|
||||
(synopsis "Abundant regression and high-dimensional principal fitted components")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue