From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F130E138359 for ; Fri, 8 May 2020 00:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D97E085B; Fri, 8 May 2020 00:27:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D643DE085B for ; Fri, 8 May 2020 00:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7D4234F2EC for ; Fri, 8 May 2020 00:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8217BDC for ; Fri, 8 May 2020 00:27:27 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1588897641.13929f2872d6b8ab102746e68f876628bc41b929.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/assertthat/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/assertthat/Manifest dev-R/assertthat/assertthat-0.2.1.ebuild dev-R/assertthat/metadata.xml X-VCS-Directories: dev-R/assertthat/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 13929f2872d6b8ab102746e68f876628bc41b929 X-VCS-Branch: dev Date: Fri, 8 May 2020 00:27:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87bab1e6-036d-4e00-856a-953957742365 X-Archives-Hash: 7fe784ffca7f75706cffeaffdd8c53ab commit: 13929f2872d6b8ab102746e68f876628bc41b929 Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 7 23:38:41 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 8 00:27:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13929f28 dev-R/assertthat: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/assertthat/Manifest | 1 + dev-R/assertthat/assertthat-0.2.1.ebuild | 13 +++++++++++++ dev-R/assertthat/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-R/assertthat/Manifest b/dev-R/assertthat/Manifest new file mode 100644 index 0000000..460d9c3 --- /dev/null +++ b/dev-R/assertthat/Manifest @@ -0,0 +1 @@ +DIST assertthat_0.2.1.tar.gz 12742 BLAKE2B 831657a08c7e41a4a0fdb9695b8ccaa802aeeaf1f8d7df501b9810b6a367f8c77e05a75c3345ad9042b60a2956d049b823ac673023df93b5345250d8b44124dc SHA512 e8dbcb9b7c638f7133dea70443debbf739d35df1eb5ef19d5ae2ad7e9669f06184af43477ee061e15d253b3fa32ec203dbe28a4585c2027d4e567c2eb2195337 diff --git a/dev-R/assertthat/assertthat-0.2.1.ebuild b/dev-R/assertthat/assertthat-0.2.1.ebuild new file mode 100644 index 0000000..2eed54a --- /dev/null +++ b/dev-R/assertthat/assertthat-0.2.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Easy Pre and Post Assertions' +HOMEPAGE="https://cran.r-project.org/package=assertthat" +SRC_URI="http://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz" +LICENSE='GPL-3' + +IUSE="${IUSE-}" diff --git a/dev-R/assertthat/metadata.xml b/dev-R/assertthat/metadata.xml new file mode 100644 index 0000000..17213dd --- /dev/null +++ b/dev-R/assertthat/metadata.xml @@ -0,0 +1,18 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + +An extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what's gone wrong. + + + https://cran.r-project.org/web/packages/assertthat/assertthat.pdf + + Hadley Wickham + hadley@rstudio.com + + +