guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/68: gnu: r-bayesplot: Update to 1.9.0.


From: guix-commits
Subject: 19/68: gnu: r-bayesplot: Update to 1.9.0.
Date: Tue, 15 Mar 2022 15:14:08 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit b41fab7ea37cf2ff71dcec836328c8757be13763
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:34 2022 +0100

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]