* [bug#32411] [PATCH] Update r-ggplot2 to 3.0.0
@ 2018-08-09 22:12 Alex Branham
2018-08-13 14:56 ` bug#32411: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Alex Branham @ 2018-08-09 22:12 UTC (permalink / raw)
To: 32411
[-- Attachment #1: Type: text/plain, Size: 1921 bytes --]
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@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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-r-ggplot2-Update-to-3.0.0.patch --]
[-- Type: text/x-patch, Size: 1742 bytes --]
From 8f021a4b9a19a4ab777ef114ff7b251614ce9a8a Mon Sep 17 00:00:00 2001
From: Alex Branham <branham@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#32411: [PATCH] Update r-ggplot2 to 3.0.0
2018-08-09 22:12 [bug#32411] [PATCH] Update r-ggplot2 to 3.0.0 Alex Branham
@ 2018-08-13 14:56 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-08-13 14:56 UTC (permalink / raw)
To: Alex Branham; +Cc: 32411-done
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
> From 8f021a4b9a19a4ab777ef114ff7b251614ce9a8a Mon Sep 17 00:00:00 2001
> From: Alex Branham <branham@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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-13 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 22:12 [bug#32411] [PATCH] Update r-ggplot2 to 3.0.0 Alex Branham
2018-08-13 14:56 ` bug#32411: " Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).