GNU bug report logs - #49792
[PATCH] gnu: Add r-ggh4x.

Previous Next

Package: guix-patches;

Reported by: Wiktor Żelazny <wz <at> freeshell.de>

Date: Sat, 31 Jul 2021 12:50:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

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 49792 in the body.
You can then email your comments to 49792 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#49792; Package guix-patches. (Sat, 31 Jul 2021 12:50:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wiktor Żelazny <wz <at> freeshell.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 31 Jul 2021 12:50:01 GMT) Full text and rfc822 format available.

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

From: Wiktor Żelazny <wz <at> freeshell.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add r-ggh4x.
Date: Sat, 31 Jul 2021 14:48:51 +0200
* gnu/packages/cran.scm (r-ggh4x): New variable.
---
 gnu/packages/cran.scm | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 25a6f71ca4..b2b86995ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2018 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2018, 2019 Brett Gilio <brettg <at> gnu.org>
 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms <at> gmail.com>
-;;; Copyright © 2019, 2020 Wiktor Żelazny <wzelazny <at> vurv.cz>
+;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab <at> web.de>
 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2020 Todor Kondić <tk.code <at> protonmail.com>
@@ -29958,3 +29958,33 @@ applications.  The OpenCPU server runs either as a single-user development
 server within the interactive R session, or as a multi-user stack based on
 Apache2.")
     (license license:asl2.0)))
+
+(define-public r-ggh4x
+  (package
+    (name "r-ggh4x")
+    (version "0.1.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggh4x" version))
+       (sha256
+        (base32
+         "1a3aiyc1shw5hlf3m90dc528dsx4li6mqrh9g5i7s353yck226mj"))))
+    (properties `((upstream-name . "ggh4x")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-gtable" ,r-gtable)
+       ("r-rlang" ,r-rlang)
+       ("r-scales" ,r-scales)
+       ("r-vctrs" ,r-vctrs)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/teunbrand/ggh4x")
+    (synopsis "Hacks for ggplot2")
+    (description "This package provides a @code{ggplot2} extension that does a
+variety of little helpful things.  The package extends @code{ggplot2} facets
+through customisation, by setting individual scales per panel, resizing panels
+and providing nested facets.  Also allows multiple colour and fill scales per
+plot.  Also hosts a smaller collection of stats, geoms and axis guides.")
+    (license license:expat)))

base-commit: 9f48f71398d7e95c496ecca6936e431811d3a1de
-- 
2.32.0





Information forwarded to guix-patches <at> gnu.org:
bug#49792; Package guix-patches. (Wed, 18 Aug 2021 14:11:01 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: Wiktor Żelazny <wz <at> freeshell.de>, 49792 <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>
Subject: Re: [bug#49792] [PATCH] gnu: Add r-ggh4x.
Date: Wed, 18 Aug 2021 16:03:39 +0200
Hi,

CC Ricardo in case they miss it. ;-)

On Sat, 31 Jul 2021 at 14:48, Wiktor Żelazny <wz <at> freeshell.de> wrote:

> +    (synopsis "Hacks for ggplot2")

Instead of “Hacks”, I would write “Extension”.

> +    (description "This package provides a @code{ggplot2} extension that does a
> +variety of little helpful things.  The package extends @code{ggplot2} facets
> +through customisation, by setting individual scales per panel, resizing panels
> +and providing nested facets.  Also allows multiple colour and fill scales per
> +plot.  Also hosts a smaller collection of stats, geoms and axis guides.")

I would write something like that:

    (description "This package is a @code{ggplot2} extension.  It
    provides some utility functions that do not entirely fit within the
    grammar of graphics concept.  The package extends @code{ggpplots}
    facets through customisation, by setting individual scales per
    panel, resizing panels and providing nested facets.  It also allows
    multiple colour, fill scales per plot and hosts a smaller collection
    of stats, geoms and axis guides.")


All the best,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#49792; Package guix-patches. (Thu, 02 Sep 2021 16:44:02 GMT) Full text and rfc822 format available.

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

From: Wiktor Żelazny <wz <at> freeshell.de>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 49792 <at> debbugs.gnu.org
Subject: Re: [bug#49792] [PATCH] gnu: Add r-ggh4x.
Date: Thu, 2 Sep 2021 18:43:20 +0200
[Message part 1 (text/plain, inline)]
On Wed, Aug 18, 2021 at 04:03:39PM +0200, zimoun wrote:

> Instead of “Hacks”, I would write “Extension”.

> I would write something like that:

Hi simon,

Thanks for taking a look. I will resubmit the definition modified
according to your suggestions sometime later this month. It’s currently
holidays time for me.

Bye,

WŻ
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#49792; Package guix-patches. (Fri, 17 Sep 2021 18:19:02 GMT) Full text and rfc822 format available.

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

From: Wiktor Żelazny <wz <at> freeshell.de>
To: 49792 <at> debbugs.gnu.org
Cc: rekado <at> elephly.net, zimon.toutoune <at> gmail.com
Subject: [PATCH v2] gnu: Add r-ggh4x.
Date: Fri, 17 Sep 2021 20:17:42 +0200
* gnu/packages/cran.scm (r-ggh4x): New variable.
---
 gnu/packages/cran.scm | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f80256c901..7c25d17fbf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2018 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2018, 2019 Brett Gilio <brettg <at> gnu.org>
 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms <at> gmail.com>
-;;; Copyright © 2019, 2020 Wiktor Żelazny <wzelazny <at> vurv.cz>
+;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab <at> web.de>
 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2020 Todor Kondić <tk.code <at> protonmail.com>
@@ -31842,3 +31842,34 @@ deleting and uploading forecast data, and downloading scores.")
 regression and obtain Bayesian inference of the model via the Markov Chain
 Monte Carlo approach implemented in JAGS.")
     (license license:gpl3+)))
+
+(define-public r-ggh4x
+  (package
+    (name "r-ggh4x")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggh4x" version))
+       (sha256
+        (base32
+         "0gv9ckkdqbcjknzsv8h3955wnikawdfypr279v74hvwyq86af29r"))))
+    (properties `((upstream-name . "ggh4x")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-gtable" ,r-gtable)
+       ("r-rlang" ,r-rlang)
+       ("r-scales" ,r-scales)
+       ("r-vctrs" ,r-vctrs)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/teunbrand/ggh4x")
+    (synopsis "Extension for ggplot2")
+    (description "This package is a @code{ggplot2} extension.  It provides some
+utility functions that do not entirely fit within the grammar of graphics
+concept.  The package extends @code{ggpplots} facets through customisation, by
+setting individual scales per panel, resizing panels and providing nested
+facets.  It also allows multiple colour, fill scales per plot and hosts a
+smaller collection of stats, geoms and axis guides.")
+    (license license:expat)))

base-commit: 05605998b2f70403c360ad5e27d942cef2b9502c
-- 
2.33.0





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Sat, 18 Sep 2021 21:43:01 GMT) Full text and rfc822 format available.

Notification sent to Wiktor Żelazny <wz <at> freeshell.de>:
bug acknowledged by developer. (Sat, 18 Sep 2021 21:43:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Wiktor Żelazny <wz <at> freeshell.de>
Cc: 49792-done <at> debbugs.gnu.org, zimon.toutoune <at> gmail.com
Subject: Re: [PATCH v2] gnu: Add r-ggh4x.
Date: Sat, 18 Sep 2021 23:41:29 +0200
Wiktor Żelazny <wz <at> freeshell.de> writes:

> * gnu/packages/cran.scm (r-ggh4x): New variable.

Thank you.  I applied it with commit 
337b7f5a13b8fd8b5ee320fd5a850ede1ad63b6d.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 17 Oct 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 185 days ago.

Previous Next


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