gnu: r-ggally: Update to 2.2.0.

* gnu/packages/cran.scm (r-ggally): Update to 2.2.0.
[propagated-inputs]: Remove r-forcats and r-reshape; add r-ggstats and r-magrittr.

Change-Id: I70ad817082ba836c8e50b012aaa0e74fbd986de3
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:45 +01:00
parent 7696d8869e
commit 7c62e715bc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7040,28 +7040,28 @@ (define-public r-progress
(define-public r-ggally
(package
(name "r-ggally")
(version "2.1.2")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "GGally" version))
(sha256
(base32
"1r98zgh2grn8330cf26r1c20gl131zm778szvn5wj6q6pwv2yd9h"))))
"1pc0mcxhj3mz8ac6r1sqfxw1wkamikjal54z7pb1mairsr3hpqnw"))))
(properties `((upstream-name . "GGally")))
(build-system r-build-system)
(inputs
(list openssl))
(propagated-inputs
(list r-dplyr
r-forcats
r-ggplot2
r-ggstats
r-gtable
r-lifecycle
r-magrittr
r-plyr
r-progress
r-rcolorbrewer
r-reshape
r-rlang
r-scales
r-tidyr))