mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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:
parent
7696d8869e
commit
7c62e715bc
1 changed files with 4 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue