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:
Ricardo Wurmus 2022-01-05 19:34:18 +01:00
parent de3a354107
commit 5319f8a582
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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