From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 16 12:35:42 2019 Received: (at submit) by debbugs.gnu.org; 16 Sep 2019 16:35:42 +0000 Received: from localhost ([127.0.0.1]:50944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9tyY-0006TP-4m for submit@debbugs.gnu.org; Mon, 16 Sep 2019 12:35:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:58439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9thn-00061M-Pp for submit@debbugs.gnu.org; Mon, 16 Sep 2019 12:18:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40235) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9thl-0003M1-Ce for guix-patches@gnu.org; Mon, 16 Sep 2019 12:18:23 -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 1i9thi-0005O5-OS for guix-patches@gnu.org; Mon, 16 Sep 2019 12:18:20 -0400 Received: from freeshell.de ([2a01:360:106::2]:54281) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9the-0005Me-W8 for guix-patches@gnu.org; Mon, 16 Sep 2019 12:18:16 -0400 From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= DKIM-Filter: OpenDKIM Filter v2.9.2 freeshell.de 034CD35CC2BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1568650692; bh=02kZt6jHoUGbmYH2ubxcqHPom5t7C7UcV36Wa02+TFA=; h=From:To:Subject:Date; b=TFxskjGFUBoC7aMtZX5vUrt6oJqczlmE4f31JPUDuvzJA2UVv2c5pqWDZvpEeUaLS U5YtJcH5SNLO1r5nBn1pQPrVcm3jFh/HTuD5apdUSY4/Y/kWYWD1waspyTQVTQfG4O WdVa55O7MeTEod1bkSEx74oT5yFoVYLRrCrtp10k= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add r-assertable. Date: Mon, 16 Sep 2019 18:18:06 +0200 Message-Id: <20190916161806.24226-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: Mon, 16 Sep 2019 12:35:39 -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-assertable): 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 cb0be4aedd..89a581cb5e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15610,3 +15610,30 @@ deprecated, and defunct). It makes it easy to i= nsert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.") (license license:gpl3))) + +(define-public r-assertable + (package + (name "r-assertable") + (version "0.2.6") + (source + (origin + (method url-fetch) + (uri (cran-uri "assertable" version)) + (sha256 + (base32 + "0jjd6ylh26fykzzv1q2lbajzfj07lyxwb3b3xmr2zdg2fp5b2w4c")))) + (build-system r-build-system) + (propagated-inputs + `(("r-data-table" ,r-data-table))) + (home-page "https://cran.r-project.org/web/packages/assertable/") + (synopsis "Verbose assertions for tabular data (data.frames and data= .tables)") + (description "This package provides simple, flexible assertions on +data.frame or data.table objects with verbose output for vetting. While= other +assertion packages apply towards more general use-cases, @code{assertabl= e} is +tailored towards tabular data. It includes functions to check variable = names +and values, whether the dataset contains all combinations of a given set= of +unique identifiers, and whether it is a certain length. In addition, +@code{assertable} includes utility functions to check the existence of t= arget +files and to efficiently import multiple tabular data files into one +data.table.") + (license license:gpl3))) --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 25 09:46:40 2019 Received: (at 37430-done) by debbugs.gnu.org; 25 Sep 2019 13:46:40 +0000 Received: from localhost ([127.0.0.1]:41081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iD7cu-0004DO-1m for submit@debbugs.gnu.org; Wed, 25 Sep 2019 09:46:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iD7cr-0004D7-CZ for 37430-done@debbugs.gnu.org; Wed, 25 Sep 2019 09:46:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iD7ck-0001DI-0D; Wed, 25 Sep 2019 09:46:30 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55056 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iD7cj-0006ni-DK; Wed, 25 Sep 2019 09:46:29 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Wiktor =?utf-8?Q?=C5=BBelazny?= Subject: Re: [bug#37430] [PATCH] gnu: Add r-assertable. References: <20190916161806.24226-1-wz@freeshell.de> Date: Wed, 25 Sep 2019 15:46:27 +0200 In-Reply-To: <20190916161806.24226-1-wz@freeshell.de> ("Wiktor \=\?utf-8\?Q\?\=C5\=BBelazny\=22's\?\= message of "Mon, 16 Sep 2019 18:18:06 +0200") Message-ID: <87sgoklc98.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37430-done Cc: 37430-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: -3.3 (---) Hi, Wiktor =C5=BBelazny skribis: > From: Wiktor =C5=BBelazny > > * gnu/packages/cran.scm (r-assertable): New variable. Applied, thanks! Ludo=E2=80=99. From unknown Mon Aug 18 15:39:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 24 Oct 2019 11:24:08 +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