From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aC+aFLJTkmMptAAAbAwnHQ (envelope-from ) for ; Thu, 08 Dec 2022 22:14:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id iBiWFLJTkmPoZwEA9RJhRA (envelope-from ) for ; Thu, 08 Dec 2022 22:14:26 +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 1C19B31F4D for ; Thu, 8 Dec 2022 22:14:25 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3ODY-0002bL-4D; Thu, 08 Dec 2022 16:14:08 -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 1p3ODT-0002Xy-Nj for guix-patches@gnu.org; Thu, 08 Dec 2022 16:14: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 1p3ODT-0004ZB-F1 for guix-patches@gnu.org; Thu, 08 Dec 2022 16:14:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p3ODT-0003lm-9S; Thu, 08 Dec 2022 16:14:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59911] [PATCH 5/7] gnu: Add r-attempt. 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: Thu, 08 Dec 2022 21:14:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59911 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <59911@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 59911-submit@debbugs.gnu.org id=B59911.167053403214419 (code B ref 59911); Thu, 08 Dec 2022 21:14:03 +0000 Received: (at 59911) by debbugs.gnu.org; 8 Dec 2022 21:13:52 +0000 Received: from localhost ([127.0.0.1]:59131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3ODH-0003kS-SU for submit@debbugs.gnu.org; Thu, 08 Dec 2022 16:13:52 -0500 Received: from b2062.mx.srv.dfn.de ([194.95.234.172]:42859) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3ODF-0003je-AH for 59911@debbugs.gnu.org; Thu, 08 Dec 2022 16:13:49 -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=1670534023; x=1672348424; bh=JlieopO56D1qU2m9j4sYjZoH/agCxwi5CI/+u0W5Scc=; b=IQhnPP444kcX OxzOoyl5QEzuD6/sW5UVLTEUcuk0ukyYeW4Flq7w4M4uQg74wzpx0rnqE4m5fpGW DbHjUI9YOY10La+kotWoYTxgLzXDQ5PObkEi6xUKcvvBZTBuZPebAmI1pjvvqVYA Y8G1MHkcbfAE5vrYIXX+wNBXAKiwwug= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by b2062.mx.srv.dfn.de (Postfix) with ESMTPS id 4EEE6160554 for <59911@debbugs.gnu.org>; Thu, 8 Dec 2022 22:13:43 +0100 (CET) Received: from pimi-TRX40-AORUS-PRO-WIFI.lan (77.23.232.54) 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; Thu, 8 Dec 2022 22:13:40 +0100 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Thu, 8 Dec 2022 22:13:20 +0100 Message-ID: <20221208211322.28459-5-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221208211322.28459-1-madalinionel.patrascu@mdc-berlin.de> References: <20221208211322.28459-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [77.23.232.54] 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-27312.003 X-TM-AS-Result: No-10--3.871400-5.000000 X-TMASE-MatchedRID: toN6SH028bX/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOjEIt+uIPPOAbo TDS3zulAcjTcMkuJPYkZijt1cgK90C/33TWoSUH6194/5X9VfCxSHjB5Y+o5ZK3IiVD2OFIxl5W 06Bs6gNzF+KCpGE37CJsoi2XrUn/Jn6KdMrRsL14qtq5d3cxkNRqXnrxrKCOXxiljWXz5K21Uli QDMEIge1FdN7LNiHOm9vhckvsn3NUibncXvUSWm2EMXtALLv52rzzq3/Do3T/k91WF2gpO526o9 4no84+wDUEkBTZ8vOLxlyTCXQR4xioA5PA4dQuxuYpJR2kheXd+3BndfXUhXQ== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--3.871400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27312.003 X-TM-SNTS-SMTP: 67FAF9239314077B16EDD5098B96AD80F751D54CAA9E72284B5DC544FEBC8AD82002: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=1670534066; 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=Op727NbGJBCrMkEFUFXYpRQ67Kptrzk7UwMrGDMqA8o=; b=h3AnsMDdpG7ffTYrDwYECYSVH3fKoQtKVLGHPxRm4s7OPQqs6QipEu1W74TE45dvkl1b97 YTmSdehRtyUs/JZi2pyDb5nWIvuAMlNnJaMWql7E88LAATmOI7vy31UEk5ETUMBq0R4cdV Tf9vYzCWiXQ5GXnZBivgMmzOMQMAL1WNOY86twlY0lgktLwM9kjyJ033KSmUmouozk/Eqt OjEDVfbzvBdzWfqZ7hwxgw5BWJgVQ3wYEACYs7aTGZD43cFgZMRzhpttiNrFZ611fdje30 yIuPJmdSKayAoTHb2menlg0S24OnHybEFF7U4uABFuOjVMw3eBF4lKoVAKGKHQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670534066; a=rsa-sha256; cv=none; b=cs+IdWjPSnwRddxmUIujV3EnYUHCYdZM5cI9ZIeisu89r7HfQohh6nDN4ZEClUb170s7ZN gnWrijor5cyrB03nGVcg8tDMmwwy/gyow7ki6CYedemxBOcbagUPO5K5JT2QYmkTutxvsv zk1hmmZCFR0jps9ej3ww46xv+79zcspftdHQPfgAoIv7kW+K1sI+fgMTkhzV5XAgGAjxO3 uzeeZb8wOSAe28P4B2rPi+HgkROrw7+o59PfZS78jz+pa/CCdHf8uwh1AHJuY1K0sEGaed 64OQJej8Jx7t7k3Fyl1g41u8dEj98LYqdxpHWpO9htNeb/bC+ciIoJRN/xdjmQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=IQhnPP44; 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: 8.64 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=IQhnPP44; 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: 1C19B31F4D X-Spam-Score: 8.64 X-Migadu-Spam: Yes X-Migadu-Scanner: scn1.migadu.com X-TUID: 8+yW9gH96tyZ * gnu/packages/cran.scm (r-attempt): New variable. --- gnu/packages/cran.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 9cfca2f4ca..cb67edd338 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -7235,6 +7235,31 @@ (define-public r-aricode variation information} (NVI) and entropy.") (license license:gpl3+))) +(define-public r-attempt + (package + (name "r-attempt") + (version "0.3.1") + (source (origin + (method url-fetch) + (uri (cran-uri "attempt" version)) + (sha256 + (base32 + "1ylgg7jcp8wqmxgf1mydnvh26k0mr8jyjla4hw06730r40yrs58m")))) + (properties `((upstream-name . "attempt"))) + (build-system r-build-system) + (propagated-inputs (list r-rlang)) + (native-inputs (list r-knitr)) + (home-page "https://github.com/ColinFay/attempt") + (synopsis "Tools for defensive programming") + (description + "This package provides tools for defensive programming. It is inspired by +@code{purrr} mappers and based on @code{rlang}. @code{Attempt} extends and +facilitates defensive programming by providing a consistent grammar, and a set +of functions for common tests and conditions. @code{Attempt} only depends on +@code{rlang}, and focuses on speed, so it can be integrated with other functions +and used in the data analysis.") + (license license:expat))) + (define-public r-debugme (package (name "r-debugme") -- 2.38.1