mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-bayesplot: Update to 1.7.0.
* gnu/packages/cran.scm (r-bayesplot): Update to 1.7.0. [propagated-inputs]: Add r-glue, r-tibble, and r-tidyselect.
This commit is contained in:
parent
27abdb11ae
commit
1d7bde781f
1 changed files with 6 additions and 3 deletions
|
@ -7788,14 +7788,14 @@ (define-public r-coin
|
|||
(define-public r-bayesplot
|
||||
(package
|
||||
(name "r-bayesplot")
|
||||
(version "1.6.0")
|
||||
(version "1.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bayesplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0in9cq2ybpa7njrwqx4l6nc8i01cjswsvzwlyiw465pi74aapr57"))))
|
||||
"0h23sbfny2hcipvvfhq5aiwdh1vanizn7f8lpb9kffypxhcd7v7w"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("pandoc" ,ghc-pandoc)
|
||||
|
@ -7804,8 +7804,11 @@ (define-public r-bayesplot
|
|||
`(("r-dplyr" ,r-dplyr)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-ggridges" ,r-ggridges)
|
||||
("r-glue" ,r-glue)
|
||||
("r-reshape2" ,r-reshape2)
|
||||
("r-rlang" ,r-rlang)))
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-tibble" ,r-tibble)
|
||||
("r-tidyselect" ,r-tidyselect)))
|
||||
(home-page "http://mc-stan.org/bayesplot")
|
||||
(synopsis "Plotting for Bayesian models")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue