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
|
@ -7788,14 +7788,14 @@ correlation, censored, ordered and multivariate problems.")
|
||||||
(define-public r-bayesplot
|
(define-public r-bayesplot
|
||||||
(package
|
(package
|
||||||
(name "r-bayesplot")
|
(name "r-bayesplot")
|
||||||
(version "1.6.0")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bayesplot" version))
|
(uri (cran-uri "bayesplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0in9cq2ybpa7njrwqx4l6nc8i01cjswsvzwlyiw465pi74aapr57"))))
|
"0h23sbfny2hcipvvfhq5aiwdh1vanizn7f8lpb9kffypxhcd7v7w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("pandoc" ,ghc-pandoc)
|
`(("pandoc" ,ghc-pandoc)
|
||||||
|
@ -7804,8 +7804,11 @@ correlation, censored, ordered and multivariate problems.")
|
||||||
`(("r-dplyr" ,r-dplyr)
|
`(("r-dplyr" ,r-dplyr)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-ggridges" ,r-ggridges)
|
("r-ggridges" ,r-ggridges)
|
||||||
|
("r-glue" ,r-glue)
|
||||||
("r-reshape2" ,r-reshape2)
|
("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")
|
(home-page "http://mc-stan.org/bayesplot")
|
||||||
(synopsis "Plotting for Bayesian models")
|
(synopsis "Plotting for Bayesian models")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue