From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ONwpAzMqjmNy+gAAbAwnHQ (envelope-from ) for ; Mon, 05 Dec 2022 18:28:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gJoyAzMqjmNZsQAA9RJhRA (envelope-from ) for ; Mon, 05 Dec 2022 18:28:19 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B737C5F68 for ; Mon, 5 Dec 2022 18:28:18 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2FGB-0006fQ-3R; Mon, 05 Dec 2022 12:28:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2FG7-0006ec-Si for guix-patches@gnu.org; Mon, 05 Dec 2022 12:28:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p2FG7-0006Z5-KU for guix-patches@gnu.org; Mon, 05 Dec 2022 12:28:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p2FG7-0007xg-A1; Mon, 05 Dec 2022 12:28:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59840] [PATCH 2/3] gnu: Add r-waffle. Resent-From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Original-Sender: "Debbugs-submit" Resent-CC: rekado@elephly.net, guix-patches@gnu.org Resent-Date: Mon, 05 Dec 2022 17:28:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59840 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <59840@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 59840-submit@debbugs.gnu.org id=B59840.167026127330582 (code B ref 59840); Mon, 05 Dec 2022 17:28:03 +0000 Received: (at 59840) by debbugs.gnu.org; 5 Dec 2022 17:27:53 +0000 Received: from localhost ([127.0.0.1]:37356 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2FFx-0007xC-7Y for submit@debbugs.gnu.org; Mon, 05 Dec 2022 12:27:53 -0500 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:53177) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2FFs-0007wf-9u for 59840@debbugs.gnu.org; Mon, 05 Dec 2022 12:27:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1670261262; x=1672075663; bh=iBMV/uGY/UxFuL9soHYjY/EuK9DPuJKguouTh61pBGc=; b=jYKxAJPkcVG9 gCOeg8wU7rRfvZHbXnvcjmtkuCAisuwuIT0OqvHcV5FmNS3cZWT45rKdK87boA3k 0Aj+Qbroy+r2UMcDbJRIVJyYsIskPfIk8VI6aQm7v20Za6xtTaBGPiLNFi3KLDtU 79CtZiyDNZbmFnlV5SKDwR1y/F1T9ow= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by a2062.mx.srv.dfn.de (Postfix) with ESMTPS id 2E347A0A6E for <59840@debbugs.gnu.org>; Mon, 5 Dec 2022 18:27:42 +0100 (CET) Received: from Guix-Ubuntu18.04 (141.80.113.106) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.16; Mon, 5 Dec 2022 18:27:40 +0100 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Mon, 5 Dec 2022 18:27:25 +0100 Message-ID: <20221205172726.24426-2-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221205172726.24426-1-madalinionel.patrascu@mdc-berlin.de> References: <20221205172726.24426-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27306.001 X-TM-AS-Result: No-10--6.398400-5.000000 X-TMASE-MatchedRID: I6rpFm0lrcP/R1NSMc2qCU7nLUqYrlslFIuBIWrdOePfUZT83lbkEGPO zcFgcUr4EyNJQfCPniLuNT8xdcEnQwE+dA3RWUSvwLYk+NSxc5r4qCLIu0mtIGW3+x7WFoJlFfN /bCXGyd+GnoLnpi8KXg8QOYLR3rHt0D/GQPNih2XdCok3ibXlQeuLFZZYlisfHxPMjOKY7A8Lbi gRnpKlKTpcQTtiHDgWZOLLtT/+6SZPPnOwnMp617cK67UmrAQUz5VPRqMaurUuC4V1AOopog== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--6.398400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27306.001 X-TM-SNTS-SMTP: AB32E1E08C10055778C09F1C45E6EB55583D32FA3A0A32C56C7F13D12D7F61802002:F X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1670261298; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=7pvXPxDMDA+K8lQWqFH7UIKuICF8/GkbjA0bPm3gZCo=; b=NA6QxpNhNKD5kOOkhMH630ODapG/wpDpQT1SIc4ZJ0Ak0cmFLtTm1uaxHGzQMuOerxlAqJ kfpgtfBa8aV2IXgIcIfc2m/3ykhusobQyFgSnmW/Hqveiy0jjumFzgQ8flE75LoLus7Ydz SfWSdUi14nh4D4igdNFzsx9aDudmlqNzLTu7VvzEZ3AtTp9RcJ3F3m2iwt/PFCSPOicFoy G/OMFLSRZumioHoB2tMufV9r5u4/zsMpTwN8jRaBadKLlUdbbE2GAkGPiuVFH0AwI40Ao3 k0YaaEDpMex1jFIb0V0MO+jPlnMJtOh8AWYs1OHwwEHnoxgB95eQe3/5VokLRQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670261298; a=rsa-sha256; cv=none; b=lb/+lKtNVppp36F3+7TKi8C5iMofiOT5UKwK5eoIw0fe97GBsoCsWfOC+lrhACicBRhLBn d4dKEHUg5yXbPmm4amL0gOUGdKCaBTm7F0Ks003XIcsxLqF+Ln6NrZr/Lvq0B+ft62h5sh W3urZpLUSFtm4ugNtK2vs38OlnG3YiDACnlvDbDjDK4DWDwkjwRMVkzxVkC+hi5PyfTZia e9DMF++AIUqw521KChJGMrvuNQ+v41efDaAgy59aZNS74upMmDZvEI8e/XaPGrqpUuzGhK Tm5CrgSU5IcEJsO3Xcry5FkMeT92O7d5u2kEEdq3ZslGz6tvtbwtIUGBZtfQJw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=jYKxAJPk; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 6.53 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=jYKxAJPk; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B737C5F68 X-Spam-Score: 6.53 X-Migadu-Scanner: scn0.migadu.com X-TUID: bkzx9KG8eSDh * gnu/packages/cran.scm (r-waffle): New variable. --- gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6c2b8c834b..33c2a59d25 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15146,6 +15146,35 @@ (define-public r-tm "This package provides a framework for text mining applications within R.") (license license:gpl3))) +(define-public r-waffle + (package + (name "r-waffle") + (version "0.7.0") + (source (origin + (method url-fetch) + (uri (cran-uri "waffle" version)) + (sha256 + (base32 + "1qjmai33p96cyavi9lgi6k30h6fj7db5sr569v9jf4kwx92c61df")))) + (properties `((upstream-name . "waffle"))) + (build-system r-build-system) + (propagated-inputs + (list r-extrafont + r-ggplot2 + r-gridextra + r-gtable + r-rcolorbrewer)) + (home-page "https://github.com/hrbrmstr/waffle/tree/cran") + (synopsis "Creating waffle chart visualizations in R") + (description + "This package creates square pie charts also known as waffle charts. These +can be used to communicate parts of a whole for categorical quantities. To emulate +the percentage view of a pie chart, a 10x10 grid should be used. In this way each +square is representing 1% of the total. @code{Waffle} provides tools to create +charts as well as stitch them together. Isotype pictograms can be made by using +glyphs.") + (license license:gpl2+))) + (define-public r-waveslim (package (name "r-waveslim") -- 2.38.1