mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-ggformula: Update to 0.10.1.
* gnu/packages/cran.scm (r-ggformula): Update to 0.10.1. [propagated-inputs]: Add r-ggridges, r-labelled, and r-scales. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ac02095175
commit
fe5c6d5a67
1 changed files with 7 additions and 2 deletions
|
@ -8264,23 +8264,28 @@ (define-public r-labelled
|
|||
(define-public r-ggformula
|
||||
(package
|
||||
(name "r-ggformula")
|
||||
(version "0.9.4")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggformula" version))
|
||||
(sha256
|
||||
(base32 "04vdhg1bbc1psrx9ggaphz7cx4fw5xsmhkqpqfcg2w4ba2bjy46f"))))
|
||||
(base32 "1ph5jd8svk8hmshi894vmmpq3zwgdmf4yn3gmdlkad68z8jynhsp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggforce" ,r-ggforce)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-ggridges" ,r-ggridges)
|
||||
("r-ggstance" ,r-ggstance)
|
||||
("r-labelled" ,r-labelled)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
("r-mosaiccore" ,r-mosaiccore)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-scales" ,r-scales)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-tibble" ,r-tibble)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/ProjectMOSAIC/ggformula/")
|
||||
(synopsis "Formula interface for the @code{r-ggplot2}")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue