From unknown Fri Jun 20 07:18:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37392 <37392@debbugs.gnu.org> To: bug#37392 <37392@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add r-assertr Reply-To: bug#37392 <37392@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:18:42 +0000 retitle 37392 [PATCH] gnu: Add r-assertr reassign 37392 guix-patches submitter 37392 Wiktor =C5=BBelazny severity 37392 normal tag 37392 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 12 12:54:20 2019 Received: (at submit) by debbugs.gnu.org; 12 Sep 2019 16:54:20 +0000 Received: from localhost ([127.0.0.1]:44054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8SMO-0000NT-2A for submit@debbugs.gnu.org; Thu, 12 Sep 2019 12:54:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:32859) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8SFZ-0000Cc-Mt for submit@debbugs.gnu.org; Thu, 12 Sep 2019 12:47:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60550) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8SFY-0005Ph-6t for guix-patches@gnu.org; Thu, 12 Sep 2019 12:47:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8SFW-0005Dg-V8 for guix-patches@gnu.org; Thu, 12 Sep 2019 12:47:16 -0400 Received: from freeshell.de ([2a01:360:106::2]:55286) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i8SFW-0005Bg-HO for guix-patches@gnu.org; Thu, 12 Sep 2019 12:47:14 -0400 From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= DKIM-Filter: OpenDKIM Filter v2.9.2 freeshell.de 2F8B235CC2FB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1568306827; bh=zix60weaCy+asLySRkIJDwL3P3yiRsu9dhXZcuIPd7Y=; h=From:To:Subject:Date; b=nwTotmz0EKRC3JvVuVUYiZxtKG8sw7toiXxLHLGP9zJien1pIdH2E+of3MebE1gdw hus8AR6hBZf7DFyuqJPVYLAGSBP6dzmCxnndSt6a2T5NfiS9Qd5OWdMEJlJBXx9kT5 UQumJX/BCIlqh35fLgjkTE78lNH2a1rIb3Zd/JYo= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add r-assertr Date: Thu, 12 Sep 2019 18:44:57 +0200 Message-Id: <20190912164457.28412-1-wz@freeshell.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:360:106::2 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 12 Sep 2019 12:54:17 -0400 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 (--) From: Wiktor =C5=BBelazny * gnu/packages/cran.scm (r-assertr): New variable --- gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6ef2066429..ddaffb6b6d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15,6 +15,7 @@ ;;; Copyright =C2=A9 2018 Marius Bakke ;;; Copyright =C2=A9 2018, 2019 Brett Gilio ;;; Copyright =C2=A9 2019 Nicol=C3=B2 Balzarotti +;;; Copyright =C2=A9 2019 Wiktor =C5=BBelazny ;;; ;;; This file is part of GNU Guix. ;;; @@ -15365,3 +15366,29 @@ common graph algorithms.") removing cell free mRNA contamination (the \"soup\") from droplet based = single cell RNA-seq experiments.") (license license:gpl2)))) + +(define-public r-assertr + (package + (name "r-assertr") + (version "2.6") + (source + (origin + (method url-fetch) + (uri (cran-uri "assertr" version)) + (sha256 + (base32 + "0g4ii6vhp0155a29ljhs64a09x0nzy5ybvwwchhk4mkcgsvnvfkj")))) + (build-system r-build-system) + (propagated-inputs + `(("r-dplyr" ,r-dplyr) + ("r-knitr" ,r-knitr) ; needed for vignette + ("r-mass" ,r-mass) + ("r-rlang" ,r-rlang))) + (home-page "https://github.com/ropensci/assertr") + (synopsis "Assertive Programming for R Analysis Pipelines") + (description + "Provides functionality to assert conditions that have to be met so= that +errors in data used in analysis pipelines can fail quickly. Similar to +@code{stopifnot()} but more powerful, friendly, and easier for use in +pipelines.") + (license (license:fsf-free "https://cran.r-project.org/web/licenses/= MIT")))) --=20 2.22.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 12 19:09:53 2019 Received: (at 37392-done) by debbugs.gnu.org; 12 Sep 2019 23:09:53 +0000 Received: from localhost ([127.0.0.1]:44179 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8YDp-0002Jy-In for submit@debbugs.gnu.org; Thu, 12 Sep 2019 19:09:53 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21329) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8YDn-0002Jp-0N for 37392-done@debbugs.gnu.org; Thu, 12 Sep 2019 19:09:51 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1568329788; cv=none; d=zoho.com; s=zohoarc; b=PWShGjuTvwgpgqvjdLJRmCxXlwoum04n5+RZLYYPRfSuPCSW/+56WCnIqyl4g82ATPNnpGCRF7vFQRJkcEkC20EW1pxARhq+mYGGduxjUPTOBHUgyX67EV4CF+Kn3b3n62RZu7VQM3h9DMlzs/pwAfXWfYRn8QrbxHQpwYzuSMY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568329788; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=TRV2p+7+jns6t2+D32361ZlI+KCh6xU4rEaTA1X3li0=; b=HaI13bK+lHEQOkwXO7F7GW54fHinBhunZjNqX4QgkAX5FkYh8KaYYMegRoxZwFlyHGUIDWtpNJ6vTjG6sCEjEocfYwR5csEDdCN+geajvY0rwx/CEIc84AYhJ5evQEueMzFlNuc61d4xjYtG7mNW12GKqcnTQ9q1uonBrQWF0/c= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1568329788; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1353; bh=TRV2p+7+jns6t2+D32361ZlI+KCh6xU4rEaTA1X3li0=; b=AUxX/ScCcy2l4LL1RD0QzaMSzM71EXeHNvIvy8bN0Dof5aoRIL7U72xHo/xK1cNu KX6qmmNUvRL2AbmudZp72Sw0Izc8CV2ROxBw2qUid8gAuTYqEYMmqmuanffnsJQl0Wu fKuasNWeYpnxNv2gD8vSwBxOESf6PR4jkTdvFFs4= Received: from localhost (p54AD4C5D.dip0.t-ipconnect.de [84.173.76.93]) by mx.zohomail.com with SMTPS id 1568329787152309.25389046816986; Thu, 12 Sep 2019 16:09:47 -0700 (PDT) References: <20190912164457.28412-1-wz@freeshell.de> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Wiktor =?utf-8?Q?=C5=BBelazny?= Subject: Re: [bug#37392] [PATCH] gnu: Add r-assertr In-reply-to: <20190912164457.28412-1-wz@freeshell.de> 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 Date: Fri, 13 Sep 2019 01:09:43 +0200 Message-ID: <871rwlp0w8.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37392-done Cc: 37392-done@debbugs.gnu.org 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 (-) Hi Wiktor, > * gnu/packages/cran.scm (r-assertr): New variable Thank you for your patch! I made a couple of minor changes before pushing it to the repository=E2=80= =99s master branch. > +(define-public r-assertr > + (package > + (name "r-assertr") > + (version "2.6") > + (source > + (origin > + (method url-fetch) > + (uri (cran-uri "assertr" version)) > + (sha256 > + (base32 > + "0g4ii6vhp0155a29ljhs64a09x0nzy5ybvwwchhk4mkcgsvnvfkj")))) > + (build-system r-build-system) > + (propagated-inputs > + `(("r-dplyr" ,r-dplyr) > + ("r-knitr" ,r-knitr) ; needed for vignette I moved this to native-inputs, because it is not needed at runtime. > + (synopsis "Assertive Programming for R Analysis Pipelines") I changed this to use lower case. > + (description > + "Provides functionality to assert conditions that have to be met so= that > +errors in data used in analysis pipelines can fail quickly. Similar to > +@code{stopifnot()} but more powerful, friendly, and easier for use in > +pipelines.") I used full sentences here. > + (license (license:fsf-free "https://cran.r-project.org/web/licenses/= MIT")))) This is the Expat license, so I changed it to license:expat. I also added punctuation to the commit message. Thank you for your contribution and welcome to Guix! --=20 Ricardo From unknown Fri Jun 20 07:18:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 11 Oct 2019 11:24:13 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator