GNU bug report logs - #32411
[PATCH] Update r-ggplot2 to 3.0.0

Previous Next

Package: guix-patches;

Reported by: Alex Branham <alex.branham <at> gmail.com>

Date: Thu, 9 Aug 2018 22:14:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32411 in the body.
You can then email your comments to 32411 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#32411; Package guix-patches. (Thu, 09 Aug 2018 22:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Branham <alex.branham <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 09 Aug 2018 22:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Branham <alex.branham <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Update r-ggplot2 to 3.0.0
Date: Thu, 09 Aug 2018 17:12:13 -0500
[Message part 1 (text/plain, inline)]
Hi all -

This is my first patch. It's just updating the version, sha sums, and
adding a few new dependencies. Let me know if I've done something wrong.

Thanks,
Alex


-----



From 8f021a4b9a19a4ab777ef114ff7b251614ce9a8a Mon Sep 17 00:00:00 2001
From: Alex Branham <branham <at> utexas.edu>
Date: Thu, 9 Aug 2018 17:01:40 -0500
Subject: [PATCH] gnu: r-ggplot2: Update to 3.0.0

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.0.0
---
 gnu/packages/statistics.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d8c1e6df3..602b2bfe8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1061,13 +1061,13 @@ legends.")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "2.2.1")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "0543782ddv2hp6s0l702mnxfg8n7a6qlbm8bm55x22hnqgz8kg2z"))))
+        (base32 "0kb977hizsvk3b1k3zr717q78bpmbabhl8cj9a3w717nkq1zas67"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-digest" ,r-digest)
@@ -1075,11 +1075,15 @@ legends.")
        ("r-plyr" ,r-plyr)
        ("r-lazyeval" ,r-lazyeval)
        ("r-mass" ,r-mass)
+       ("r-mgcv" ,r-mgcv)
        ("r-tibble" ,r-tibble)
        ("r-reshape2" ,r-reshape2)
+       ("r-rlang" ,r-rlang)
        ("r-scales" ,r-scales)
-       ("r-svglite" ,r-svglite))) ; Needed for 'ggsave'
-    (home-page "http://ggplot2.org")
+       ("r-svglite" ,r-svglite) ; Needed for 'ggsave'
+       ("r-viridislite" ,r-viridislite)
+       ("r-withr" ,r-withr)))
+    (home-page "http://ggplot2.tidyverse.org")
     (synopsis "An implementation of the grammar of graphics")
     (description
      "Ggplot2 is an implementation of the grammar of graphics in R.  It
-- 
2.18.0


[0001-gnu-r-ggplot2-Update-to-3.0.0.patch (text/x-patch, attachment)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 13 Aug 2018 14:57:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Branham <alex.branham <at> gmail.com>:
bug acknowledged by developer. (Mon, 13 Aug 2018 14:57:02 GMT) Full text and rfc822 format available.

Message #10 received at 32411-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: 32411-done <at> debbugs.gnu.org
Subject: Re: [bug#32411] [PATCH] Update r-ggplot2 to 3.0.0
Date: Mon, 13 Aug 2018 10:56:20 -0400
[Message part 1 (text/plain, inline)]
> From 8f021a4b9a19a4ab777ef114ff7b251614ce9a8a Mon Sep 17 00:00:00 2001
> From: Alex Branham <branham <at> utexas.edu>
> Date: Thu, 9 Aug 2018 17:01:40 -0500
> Subject: [PATCH] gnu: r-ggplot2: Update to 3.0.0
> 
> * gnu/packages/statistics.scm (r-ggplot2): Update to 3.0.0

Thanks! I mentioned the changed home-page (also changed it to use HTTPS)
and new dependencies in the commit message and pushed as
f236d99804613a0ba5888f4aae7c113dfd3083ff.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Sep 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.