mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-ggfun: Update to 0.1.5.
* gnu/packages/cran.scm (r-ggfun): Update to 0.1.5. [propagated-inputs]: Add r-dplyr. Change-Id: Ie27ef70f39e8d05c286cc8b2db5116e689de1a9f
This commit is contained in:
parent
9c82e56c8c
commit
2216d86cf2
1 changed files with 3 additions and 3 deletions
|
@ -26098,18 +26098,18 @@ (define-public r-ggcorrplot
|
|||
(define-public r-ggfun
|
||||
(package
|
||||
(name "r-ggfun")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggfun" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i1kcpcy3ik5p9c8742cq3syg8civ7iq6ff1fr0240gl3ca1lx6w"))))
|
||||
"1lqngd9333vlai88q2w5hrp9mmzdlvjx9pvn7zr9fx61d3yh2v7y"))))
|
||||
(properties `((upstream-name . "ggfun")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cli r-ggplot2 r-rlang))
|
||||
(list r-cli r-dplyr r-ggplot2 r-rlang))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://cran.r-project.org/package=ggfun")
|
||||
(synopsis "Miscellaneous functions for ggplot2")
|
||||
|
|
Loading…
Reference in a new issue