mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -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
|
(define-public r-ggformula
|
||||||
(package
|
(package
|
||||||
(name "r-ggformula")
|
(name "r-ggformula")
|
||||||
(version "0.9.4")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggformula" version))
|
(uri (cran-uri "ggformula" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04vdhg1bbc1psrx9ggaphz7cx4fw5xsmhkqpqfcg2w4ba2bjy46f"))))
|
(base32 "1ph5jd8svk8hmshi894vmmpq3zwgdmf4yn3gmdlkad68z8jynhsp"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggforce" ,r-ggforce)
|
`(("r-ggforce" ,r-ggforce)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
|
("r-ggridges" ,r-ggridges)
|
||||||
("r-ggstance" ,r-ggstance)
|
("r-ggstance" ,r-ggstance)
|
||||||
|
("r-labelled" ,r-labelled)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-mosaiccore" ,r-mosaiccore)
|
("r-mosaiccore" ,r-mosaiccore)
|
||||||
("r-rlang" ,r-rlang)
|
("r-rlang" ,r-rlang)
|
||||||
|
("r-scales" ,r-scales)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
("r-tibble" ,r-tibble)))
|
("r-tibble" ,r-tibble)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/ProjectMOSAIC/ggformula/")
|
(home-page "https://github.com/ProjectMOSAIC/ggformula/")
|
||||||
(synopsis "Formula interface for the @code{r-ggplot2}")
|
(synopsis "Formula interface for the @code{r-ggplot2}")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue