GNU bug report logs -
#66916
[PATCH] gnu: Add r-ggbreak.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66916 in the body.
You can then email your comments to 66916 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66916
; Package
guix-patches
.
(Fri, 03 Nov 2023 14:29:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 03 Nov 2023 14:29:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 03 Nov 2023 22:42:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Fri, 03 Nov 2023 22:42:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 66916-done <at> debbugs.gnu.org (full text, mbox):
Thanks for the patch. I changed the description to use a complete
sentence and pushed it to the “master” branch.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 02 Dec 2023 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.