From unknown Sun Sep 07 20:38:25 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51185] [PATCH] gnu: Add r-gghalves. Resent-From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Oct 2021 17:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51185 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51185@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16341445311462 (code B ref -1); Wed, 13 Oct 2021 17:03:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Oct 2021 17:02:11 +0000 Received: from localhost ([127.0.0.1]:33269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mahdq-0000NE-TD for submit@debbugs.gnu.org; Wed, 13 Oct 2021 13:02:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:45924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mahdo-0000LV-S8 for submit@debbugs.gnu.org; Wed, 13 Oct 2021 13:02:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mahdk-0003Om-C9 for guix-patches@gnu.org; Wed, 13 Oct 2021 13:02:08 -0400 Received: from freeshell.de ([2a01:4f8:231:482b::2]:34236) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mahdh-0006cV-9X for guix-patches@gnu.org; Wed, 13 Oct 2021 13:02:04 -0400 Received: from localhost.localdomain (cst-prg-19-178.cust.vodafone.cz [46.135.19.178]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 07D96B2E221B for ; Wed, 13 Oct 2021 19:01:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1634144519; bh=GtGyRqovS7yhX2iPjEUvCFiSqkWdF/Ndo/AzEftiRCE=; h=From:To:Subject:Date:From; b=OJiE+euS6SiUR0F2afD6gI0DADSTA25VvOlgGPQrkR1aiMBZfnkaWJcoj8TjJbvD/ r2KfdSYwlGceMKRazrtYzg/2QzA37S6mXgi1Ezd+Wdh+JtlowKWgTvaFrsyb51Ixrn tCHtNUywNgtZw5b8FVI0iBuh81D27KZ4eSsYTS2c= From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Wed, 13 Oct 2021 19:01:51 +0200 Message-Id: <20211013170151.1128-1-wz@freeshell.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a01:4f8:231:482b::2; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/cran.scm (r-gghalves): New variable.=0D ---=0D gnu/packages/cran.scm | 25 +++++++++++++++++++++++++=0D 1 file changed, 25 insertions(+)=0D =0D diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm=0D index 937f53784e..265abd9f78 100644=0D --- a/gnu/packages/cran.scm=0D +++ b/gnu/packages/cran.scm=0D @@ -32063,3 +32063,28 @@ setting individual scales per panel, resizing pane= ls and providing nested=0D facets. It also allows multiple colour, fill scales per plot and hosts a= =0D smaller collection of stats, geoms and axis guides.")=0D (license license:expat)))=0D +=0D +(define-public r-gghalves=0D + (package=0D + (name "r-gghalves")=0D + (version "0.1.1")=0D + (source=0D + (origin=0D + (method url-fetch)=0D + (uri (cran-uri "gghalves" version))=0D + (sha256=0D + (base32=0D + "1w4j8grir1i8ar7fdsk4f6czkl5j2wwn67y746mis2diwnzhcil3"))))=0D + (properties `((upstream-name . "gghalves")))=0D + (build-system r-build-system)=0D + (propagated-inputs=0D + `(("r-ggplot2" ,r-ggplot2)=0D + ("r-gtable" ,r-gtable)))=0D + (native-inputs=0D + `(("r-knitr" ,r-knitr)))=0D + (home-page "https://github.com/erocoar/gghalves")=0D + (synopsis "Compose half-half plots using your favourite geoms")=0D + (description "This package provides a @code{ggplot2} extension for eas= y=0D +plotting of half-half geom combinations. Think half boxplot and half=0D +jitterplot, or half violinplot and half dotplot.")=0D + (license license:expat)))=0D =0D base-commit: 95c9e65a21ab5688cc069da322184e4ee5eabcba=0D -- =0D 2.33.0=0D =0D From unknown Sun Sep 07 20:38:25 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Wiktor =?UTF-8?Q?=C5=BBelazny?= Subject: bug#51185: closed ([PATCH] gnu: Add r-gghalves.) Message-ID: References: <87h74ie4lu.fsf@elephly.net> <20211013170151.1128-1-wz@freeshell.de> X-Gnu-PR-Message: they-closed 51185 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51185@debbugs.gnu.org Date: Sat, 18 Jun 2022 08:53:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1655542381-14336-1" This is a multi-part message in MIME format... ------------=_1655542381-14336-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51185: [PATCH] gnu: Add r-gghalves. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 51185@debbugs.gnu.org. --=20 51185: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51185 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655542381-14336-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51185-done) by debbugs.gnu.org; 18 Jun 2022 08:52:07 +0000 Received: from localhost ([127.0.0.1]:47496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2UBb-0003i0-J7 for submit@debbugs.gnu.org; Sat, 18 Jun 2022 04:52:07 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21165) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2UBZ-0003hr-27 for 51185-done@debbugs.gnu.org; Sat, 18 Jun 2022 04:52:06 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1655542323; cv=none; d=zohomail.com; s=zohoarc; b=hH75PMGCoWT317Tv62gkon8FXL9Ifz6Bz756o9V/4kvQ2eoqC2BxVAyCvh+/fLNt8kRbZJfY8dCLGlRC4pE/5n1Wo/retweuvikRwRMJ0wFr6j7SQ2jIXf7wljyphTZj89VJXlKAYZsJJijyRYfqGQWPiTCXHnHYceLv7gNbAdw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1655542323; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=CZfsLYfMh7DuA6WbJDuRc9+uREk6WhynV7YGXPdNp7c=; b=PIr9XhOkdMgu9GpMjFtBKvfFFY5KG7Ca2aO69wTSntj/EEnsHZGpd9pSDx0eBn+a62K4S4cdvzkt35Hww4z/Na8lp7ypXnQsFIxKacrKqiPoXFNZPsbGLfLqwBPotQ8OvV3cLql73fn5xgsDyfY083blmKgF0E4rDPa05EfHZiI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1655542323; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=CZfsLYfMh7DuA6WbJDuRc9+uREk6WhynV7YGXPdNp7c=; b=QNthecheiQMl1oYo55lvvm6udLN7HD56BqTPOuqLCeHjw/o9lRLAU01HFlAdvGyn zfONyTJxwLLOdnGfxO8ZifLXvlBtWvaz2BNjHyMIKqpKzYVeqMapA+qyYtRPR8v5CYV oMeeTowI0EloEpwRiA4mo4Em6D30v+HSLRxI5mRo= Received: from localhost (120-110-142-46.pool.kielnet.net [46.142.110.120]) by mx.zohomail.com with SMTPS id 1655542320916490.9463656737929; Sat, 18 Jun 2022 01:52:00 -0700 (PDT) User-agent: mu4e 1.6.11; emacs 28.1 From: Ricardo Wurmus To: 51185-done@debbugs.gnu.org Subject: [PATCH] gnu: Add r-gghalves. Date: Sat, 18 Jun 2022 10:51:17 +0200 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87h74ie4lu.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51185-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thank you for the patch! Unfortunately, this fell through the cracks. I just applied it after upgrading to 0.1.3 and using the new input style. -- Ricardo ------------=_1655542381-14336-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Oct 2021 17:02:11 +0000 Received: from localhost ([127.0.0.1]:33269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mahdq-0000NE-TD for submit@debbugs.gnu.org; Wed, 13 Oct 2021 13:02:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:45924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mahdo-0000LV-S8 for submit@debbugs.gnu.org; Wed, 13 Oct 2021 13:02:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mahdk-0003Om-C9 for guix-patches@gnu.org; Wed, 13 Oct 2021 13:02:08 -0400 Received: from freeshell.de ([2a01:4f8:231:482b::2]:34236) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mahdh-0006cV-9X for guix-patches@gnu.org; Wed, 13 Oct 2021 13:02:04 -0400 Received: from localhost.localdomain (cst-prg-19-178.cust.vodafone.cz [46.135.19.178]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 07D96B2E221B for ; Wed, 13 Oct 2021 19:01:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1634144519; bh=GtGyRqovS7yhX2iPjEUvCFiSqkWdF/Ndo/AzEftiRCE=; h=From:To:Subject:Date:From; b=OJiE+euS6SiUR0F2afD6gI0DADSTA25VvOlgGPQrkR1aiMBZfnkaWJcoj8TjJbvD/ r2KfdSYwlGceMKRazrtYzg/2QzA37S6mXgi1Ezd+Wdh+JtlowKWgTvaFrsyb51Ixrn tCHtNUywNgtZw5b8FVI0iBuh81D27KZ4eSsYTS2c= From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add r-gghalves. Date: Wed, 13 Oct 2021 19:01:51 +0200 Message-Id: <20211013170151.1128-1-wz@freeshell.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a01:4f8:231:482b::2; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/cran.scm (r-gghalves): New variable.=0D ---=0D gnu/packages/cran.scm | 25 +++++++++++++++++++++++++=0D 1 file changed, 25 insertions(+)=0D =0D diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm=0D index 937f53784e..265abd9f78 100644=0D --- a/gnu/packages/cran.scm=0D +++ b/gnu/packages/cran.scm=0D @@ -32063,3 +32063,28 @@ setting individual scales per panel, resizing pane= ls and providing nested=0D facets. It also allows multiple colour, fill scales per plot and hosts a= =0D smaller collection of stats, geoms and axis guides.")=0D (license license:expat)))=0D +=0D +(define-public r-gghalves=0D + (package=0D + (name "r-gghalves")=0D + (version "0.1.1")=0D + (source=0D + (origin=0D + (method url-fetch)=0D + (uri (cran-uri "gghalves" version))=0D + (sha256=0D + (base32=0D + "1w4j8grir1i8ar7fdsk4f6czkl5j2wwn67y746mis2diwnzhcil3"))))=0D + (properties `((upstream-name . "gghalves")))=0D + (build-system r-build-system)=0D + (propagated-inputs=0D + `(("r-ggplot2" ,r-ggplot2)=0D + ("r-gtable" ,r-gtable)))=0D + (native-inputs=0D + `(("r-knitr" ,r-knitr)))=0D + (home-page "https://github.com/erocoar/gghalves")=0D + (synopsis "Compose half-half plots using your favourite geoms")=0D + (description "This package provides a @code{ggplot2} extension for eas= y=0D +plotting of half-half geom combinations. Think half boxplot and half=0D +jitterplot, or half violinplot and half dotplot.")=0D + (license license:expat)))=0D =0D base-commit: 95c9e65a21ab5688cc069da322184e4ee5eabcba=0D -- =0D 2.33.0=0D =0D ------------=_1655542381-14336-1--