mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
d828ed59a3
commit
ac5dbcfd49
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue