guix-commits
[Top][All Lists]
Advanced

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

95/103: gnu: r-ggthemes: Update to 4.0.1.


From: Ricardo Wurmus
Subject: 95/103: gnu: r-ggthemes: Update to 4.0.1.
Date: Wed, 5 Sep 2018 14:03:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 314e8e763f9a2b3a3d5f98e8e435691f9dc01501
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:52:05 2018 +0200

    gnu: r-ggthemes: Update to 4.0.1.
    
    * gnu/packages/statistics.scm (r-ggthemes): Update to 4.0.1.
    [propagated-inputs]: Remove r-assertthat and r-colorspace; add r-purrr,
    r-stringr, and r-tibble.
---
 gnu/packages/statistics.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ccff5fc..51a3c1f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4361,19 +4361,20 @@ data at that region, and avoids over-plotting.")
 (define-public r-ggthemes
   (package
     (name "r-ggthemes")
-    (version "3.5.0")
+    (version "4.0.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ggthemes" version))
               (sha256
                (base32
-                "0drbzzb4i5jq1579fx1wmgh87ybnswjn7srak2l8g771ip49xwb8"))))
+                "0y6570wv135sf7pv57l7bqilzw47rziaqx4vsk45pf1w4lmj0w8b"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-assertthat" ,r-assertthat)
-       ("r-colorspace" ,r-colorspace)
-       ("r-ggplot2" ,r-ggplot2)
-       ("r-scales" ,r-scales)))
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-purrr" ,r-purrr)
+       ("r-scales" ,r-scales)
+       ("r-stringr" ,r-stringr)
+       ("r-tibble" ,r-tibble)))
     (home-page "https://cran.rstudio.com/web/packages/ggthemes";)
     (synopsis "Extra themes, scales and geoms for @code{ggplot2}")
     (description "This package provides extra themes and scales for



reply via email to

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