emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49792: closed ([PATCH] gnu: Add r-ggh4x.)


From: GNU bug Tracking System
Subject: bug#49792: closed ([PATCH] gnu: Add r-ggh4x.)
Date: Sat, 18 Sep 2021 21:43:01 +0000

Your message dated Sat, 18 Sep 2021 23:41:29 +0200
with message-id <87wnnd7e9i.fsf@elephly.net>
and subject line Re: [PATCH v2] gnu: Add r-ggh4x.
has caused the debbugs.gnu.org bug report #49792,
regarding [PATCH] gnu: Add r-ggh4x.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49792: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49792
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@fastmail.com>
 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
-;;; Copyright © 2019, 2020 Wiktor Żelazny <wzelazny@vurv.cz>
+;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Todor Kondić <tk.code@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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2] gnu: Add r-ggh4x. Date: Sat, 18 Sep 2021 23:41:29 +0200 User-agent: mu4e 1.4.15; emacs 27.2

Wiktor Żelazny <wz@freeshell.de> writes:

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

Thank you. I applied it with commit 337b7f5a13b8fd8b5ee320fd5a850ede1ad63b6d.

--
Ricardo


--- End Message ---

reply via email to

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