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.master
parent
d828ed59a3
commit
ac5dbcfd49
|
@ -2257,14 +2257,14 @@ package also provides a C++ API, that works with or without Rcpp.")
|
||||||
(define-public r-ggally
|
(define-public r-ggally
|
||||||
(package
|
(package
|
||||||
(name "r-ggally")
|
(name "r-ggally")
|
||||||
(version "1.5.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "GGally" version))
|
(uri (cran-uri "GGally" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"082s321zspg5al6acigwrhg4fsrmkkk5caabg662qbcy8v6n34h6"))))
|
"1gkmpzh1yvwvypkw0nwqv3gsf6za3220wig3rfv8g23kss60rl1s"))))
|
||||||
(properties `((upstream-name . "GGally")))
|
(properties `((upstream-name . "GGally")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -2272,11 +2272,13 @@ package also provides a C++ API, that works with or without Rcpp.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
("r-gtable" ,r-gtable)
|
("r-gtable" ,r-gtable)
|
||||||
|
("r-lifecycle" ,r-lifecycle)
|
||||||
("r-plyr" ,r-plyr)
|
("r-plyr" ,r-plyr)
|
||||||
("r-progress" ,r-progress)
|
("r-progress" ,r-progress)
|
||||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
("r-reshape" ,r-reshape)
|
("r-reshape" ,r-reshape)
|
||||||
("r-rlang" ,r-rlang)))
|
("r-rlang" ,r-rlang)
|
||||||
|
("r-scales" ,r-scales)))
|
||||||
(home-page "https://ggobi.github.io/ggally")
|
(home-page "https://ggobi.github.io/ggally")
|
||||||
(synopsis "Extension to ggplot2")
|
(synopsis "Extension to ggplot2")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue