guix-commits
[Top][All Lists]
Advanced

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

142/150: gnu: r-plotly: Update to 4.9.3.


From: guix-commits
Subject: 142/150: gnu: r-plotly: Update to 4.9.3.
Date: Wed, 20 Jan 2021 11:21:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 04de103591d170b445e1ca15475d9384df7da1fb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:15:01 2021 +0100

    gnu: r-plotly: Update to 4.9.3.
    
    * gnu/packages/statistics.scm (r-plotly): Update to 4.9.3.
    [propagated-inputs]: Remove r-hexbin; add r-vctrs.
---
 gnu/packages/statistics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e84b235..e648f1e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3831,13 +3831,13 @@ features present in other programming languages.")
 (define-public r-plotly
   (package
     (name "r-plotly")
-    (version "4.9.2.1")
+    (version "4.9.3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "plotly" version))
               (sha256
                (base32
-                "1f0x83a2s7200iqi6gpngijks06fcvcbm6701d5r5rxpb8rawppl"))))
+                "0801i2q7sw62x734d58h9p2fwpi1hirqj73gsg18pqkdv4b1lkfl"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-base64enc" ,r-base64enc)
@@ -3846,7 +3846,6 @@ features present in other programming languages.")
        ("r-data-table" ,r-data-table)
        ("r-dplyr" ,r-dplyr)
        ("r-ggplot2" ,r-ggplot2)
-       ("r-hexbin" ,r-hexbin)
        ("r-htmltools" ,r-htmltools)
        ("r-htmlwidgets" ,r-htmlwidgets)
        ("r-httr" ,r-httr)
@@ -3860,6 +3859,7 @@ features present in other programming languages.")
        ("r-scales" ,r-scales)
        ("r-tibble" ,r-tibble)
        ("r-tidyr" ,r-tidyr)
+       ("r-vctrs" ,r-vctrs)
        ("r-viridislite" ,r-viridislite)))
     (home-page "https://plot.ly/r";)
     (synopsis "Create interactive web graphics")



reply via email to

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