guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: r-crosstalk: Update to 1.1.0.1.


From: guix-commits
Subject: 03/22: gnu: r-crosstalk: Update to 1.1.0.1.
Date: Thu, 19 Mar 2020 05:06:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 30c56e67f7bbad2501fc855b404bd30c5bf68524
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 19 09:59:45 2020 +0100

    gnu: r-crosstalk: Update to 1.1.0.1.
    
    * gnu/packages/cran.scm (r-crosstalk): Update to 1.1.0.1.
    [propagated-inputs]: Remove r-ggplot2 and r-shiny.
---
 gnu/packages/cran.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4c18275..f0f6c9e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1157,22 +1157,20 @@ in R and Shiny via the D3 visualization library.")
 (define-public r-crosstalk
   (package
     (name "r-crosstalk")
-    (version "1.0.0")
+    (version "1.1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "crosstalk" version))
        (sha256
         (base32
-         "0lfa89vhrzi7a1rghmygcjr8gzddw35sinb3jx6g49mc9jias7mk"))))
+         "03ihj7cimkklrbad9zic78xsrfcisygmgy859hqnx0hiph80p9rn"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-ggplot2" ,r-ggplot2)
-       ("r-htmltools" ,r-htmltools)
+     `(("r-htmltools" ,r-htmltools)
        ("r-jsonlite" ,r-jsonlite)
        ("r-lazyeval" ,r-lazyeval)
-       ("r-r6" ,r-r6)
-       ("r-shiny" ,r-shiny)))
+       ("r-r6" ,r-r6)))
     (home-page "https://rstudio.github.io/crosstalk/";)
     (synopsis "Inter-widget interactivity for HTML widgets")
     (description



reply via email to

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