mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-ggally: Update to 2.1.0.
* gnu/packages/cran.scm (r-ggally): Update to 2.1.0. [inputs]: Remove libressl; add openssl. [propagated-inputs]: Add r-dplyr, r-forcats, and r-tidyr.
This commit is contained in:
parent
4a3fed7c6f
commit
9da706f714
1 changed files with 8 additions and 5 deletions
|
@ -2772,20 +2772,22 @@ (define-public r-progress
|
|||
(define-public r-ggally
|
||||
(package
|
||||
(name "r-ggally")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "GGally" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gkmpzh1yvwvypkw0nwqv3gsf6za3220wig3rfv8g23kss60rl1s"))))
|
||||
"0lvcvlc8p2cii7rqx7m81f7cv3kk9mlf7cbbgv7l75g7ljw8dyvz"))))
|
||||
(properties `((upstream-name . "GGally")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("libressl" ,libressl)))
|
||||
`(("openssl" ,openssl)))
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
("r-forcats" ,r-forcats)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-gtable" ,r-gtable)
|
||||
("r-lifecycle" ,r-lifecycle)
|
||||
("r-plyr" ,r-plyr)
|
||||
|
@ -2793,7 +2795,8 @@ (define-public r-ggally
|
|||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-reshape" ,r-reshape)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-scales" ,r-scales)))
|
||||
("r-scales" ,r-scales)
|
||||
("r-tidyr" ,r-tidyr)))
|
||||
(home-page "https://ggobi.github.io/ggally")
|
||||
(synopsis "Extension to ggplot2")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue