guix-commits
[Top][All Lists]
Advanced

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

73/112: gnu: r-ggvis: Update to 0.4.7.


From: guix-commits
Subject: 73/112: gnu: r-ggvis: Update to 0.4.7.
Date: Wed, 9 Dec 2020 16:06:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a80b912c87b972ef03ccfcc432c40957babe61db
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 21:59:19 2020 +0100

    gnu: r-ggvis: Update to 0.4.7.
    
    * gnu/packages/cran.scm (r-ggvis): Update to 0.4.7.
    [propagated-inputs]: Remove r-lazyeval; add r-rlang.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fd98f10..61dced9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15563,22 +15563,22 @@ discriminant analysis for the purpose of classifying 
high dimensional data.")
 (define-public r-ggvis
   (package
     (name "r-ggvis")
-    (version "0.4.6")
+    (version "0.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggvis" version))
        (sha256
         (base32
-         "1k40mkfxj66qvwbsp849maihv6vxkdprhhzjkwffwn0lwl78lsz1"))))
+         "1qv512pd4x5vmx15y9nvqmabbbw14h75fmi1sjbcg5yl25z0cswy"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)
        ("r-dplyr" ,r-dplyr)
        ("r-htmltools" ,r-htmltools)
        ("r-jsonlite" ,r-jsonlite)
-       ("r-lazyeval" ,r-lazyeval)
        ("r-magrittr" ,r-magrittr)
+       ("r-rlang" ,r-rlang)
        ("r-shiny" ,r-shiny)))
     (home-page "https://ggvis.rstudio.com/";)
     (synopsis "Interactive grammar of graphics")



reply via email to

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