unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66916] [PATCH] gnu: Add r-ggbreak.
@ 2023-11-03 14:27 Afkhami, Navid
  2023-11-03 22:39 ` bug#66916: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Afkhami, Navid @ 2023-11-03 14:27 UTC (permalink / raw)
  To: 66916; +Cc: Afkhami, Navid

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

Change-Id: I27d62d0110fb56e77dc8cf82581adb6259317c2d
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 30f28f6adc..f54ad16e34 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -824,6 +824,26 @@ (define-public r-ggalt
 text annotations.")
     (license license:agpl3)))
 
+(define-public r-ggbreak
+  (package
+    (name "r-ggbreak")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ggbreak" version))
+       (sha256
+        (base32 "14rx16v66xd0fjlywi89dq9dbw41zn7hpq14wgvf0178cxdp2fw4"))))
+    (properties `((upstream-name . "ggbreak")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-aplot r-ggfun r-ggplot2 r-ggplotify r-rlang))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/YuLab-SMU/ggbreak")
+    (synopsis "Set axis break for 'ggplot2'")
+    (description
+     "An implementation of scale functions for setting axis breaks of a ggplot.")
+    (license license:artistic2.0)))
+
 (define-public r-ggdist
   (package
     (name "r-ggdist")

base-commit: 6ae8fd7aa7a843ea831b24b74c9d3f7ea3ff49a9
prerequisite-patch-id: 73f432e1cad3f22e00482218f8a8c252edf0c5dd
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66916: [PATCH] gnu: Add r-ggbreak.
  2023-11-03 14:27 [bug#66916] [PATCH] gnu: Add r-ggbreak Afkhami, Navid
@ 2023-11-03 22:39 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-11-03 22:39 UTC (permalink / raw)
  To: 66916-done

Thanks for the patch.  I changed the description to use a complete
sentence and pushed it to the “master” branch.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-03 22:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-03 14:27 [bug#66916] [PATCH] gnu: Add r-ggbreak Afkhami, Navid
2023-11-03 22:39 ` bug#66916: " Ricardo Wurmus

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).