gnu: r-ggally: Update to 2.0.0.

* gnu/packages/cran.scm (r-ggally): Update to 2.0.0.
[propagated-inputs]: Add r-lifecycle and r-scales.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:04:46 +02:00
parent d828ed59a3
commit ac5dbcfd49
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2257,14 +2257,14 @@ (define-public r-progress
(define-public r-ggally
(package
(name "r-ggally")
(version "1.5.0")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "GGally" version))
(sha256
(base32
"082s321zspg5al6acigwrhg4fsrmkkk5caabg662qbcy8v6n34h6"))))
"1gkmpzh1yvwvypkw0nwqv3gsf6za3220wig3rfv8g23kss60rl1s"))))
(properties `((upstream-name . "GGally")))
(build-system r-build-system)
(inputs
@ -2272,11 +2272,13 @@ (define-public r-ggally
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)
("r-gtable" ,r-gtable)
("r-lifecycle" ,r-lifecycle)
("r-plyr" ,r-plyr)
("r-progress" ,r-progress)
("r-rcolorbrewer" ,r-rcolorbrewer)
("r-reshape" ,r-reshape)
("r-rlang" ,r-rlang)))
("r-rlang" ,r-rlang)
("r-scales" ,r-scales)))
(home-page "https://ggobi.github.io/ggally")
(synopsis "Extension to ggplot2")
(description