mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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
|
(define-public r-abundant
|
||||||
(package
|
(package
|
||||||
(name "r-abundant")
|
(name "r-abundant")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "abundant" version))
|
(uri (cran-uri "abundant" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
|
(base32 "15m3ngj5aipjg961yy5kvdg9xlfcpliw30dq6gchzxabhnfzcipd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-quic))
|
(list r-glasso))
|
||||||
(home-page "https://cran.r-project.org/web/packages/abundant/")
|
(home-page "https://cran.r-project.org/web/packages/abundant/")
|
||||||
(synopsis "Abundant regression and high-dimensional principal fitted components")
|
(synopsis "Abundant regression and high-dimensional principal fitted components")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue