guix-commits
[Top][All Lists]
Advanced

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

15/34: gnu: r-bayesplot: Update to 1.7.0.


From: guix-commits
Subject: 15/34: gnu: r-bayesplot: Update to 1.7.0.
Date: Tue, 28 May 2019 18:17:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1d7bde781f58001155739a49c387c8bad2dca77e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 28 23:54:53 2019 +0200

    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.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0680c0d..8fb659c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7788,14 +7788,14 @@ correlation, censored, ordered and multivariate 
problems.")
 (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 @@ correlation, censored, ordered and multivariate 
problems.")
      `(("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



reply via email to

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