From d147bf7a1f8b08a106589c0836ed85afe32998d4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 15 Mar 2022 14:28:34 +0100 Subject: gnu: r-bayesplot: Update to 1.9.0. * gnu/packages/cran.scm (r-bayesplot): Update to 1.9.0. [propagated-inputs]: Add r-posterior. --- gnu/packages/cran.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/cran.scm') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ee6468701e..d02cc811bf 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11740,14 +11740,14 @@ correlation, censored, ordered and multivariate problems.") (define-public r-bayesplot (package (name "r-bayesplot") - (version "1.8.1") + (version "1.9.0") (source (origin (method url-fetch) (uri (cran-uri "bayesplot" version)) (sha256 (base32 - "0aman4273i8hy3z0qay1nrsr7v27m4icm1j6f4w59ylix80l5myq")))) + "0hqy597ang53phxnl084hak35ffqz9lw9hygax7370gpkjws908a")))) (build-system r-build-system) (inputs (list pandoc)) @@ -11758,6 +11758,7 @@ correlation, censored, ordered and multivariate problems.") r-ggplot2 r-ggridges r-glue + r-posterior r-reshape2 r-rlang r-tibble -- cgit v1.2.3