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 3BBEE13835B for ; Fri, 8 May 2020 10:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73174E086F; Fri, 8 May 2020 10:19:10 +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 48F2AE086F for ; Fri, 8 May 2020 10:19:10 +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 0CC9434F2D8 for ; Fri, 8 May 2020 10:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C53D234 for ; Fri, 8 May 2020 10:19:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588897642.3f7e6c7fd1bebaae9c7254401a7a1393ab2610b0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/ellipsis/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/ellipsis/Manifest dev-R/ellipsis/ellipsis-0.3.0.ebuild dev-R/ellipsis/metadata.xml X-VCS-Directories: dev-R/ellipsis/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3f7e6c7fd1bebaae9c7254401a7a1393ab2610b0 X-VCS-Branch: master Date: Fri, 8 May 2020 10:19:06 +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: 1e0b8423-5646-4929-a72a-7b4667fed772 X-Archives-Hash: 12ca010058d4da1bb161cc63f9d39cf2 commit: 3f7e6c7fd1bebaae9c7254401a7a1393ab2610b0 Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 8 00:03:26 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 8 00:27:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f7e6c7f dev-R/ellipsis: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/ellipsis/Manifest | 1 + dev-R/ellipsis/ellipsis-0.3.0.ebuild | 21 +++++++++++++++++++++ dev-R/ellipsis/metadata.xml | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest new file mode 100644 index 0000000..99cb46e --- /dev/null +++ b/dev-R/ellipsis/Manifest @@ -0,0 +1 @@ +DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3 SHA512 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea diff --git a/dev-R/ellipsis/ellipsis-0.3.0.ebuild b/dev-R/ellipsis/ellipsis-0.3.0.ebuild new file mode 100644 index 0000000..6f1dd4c --- /dev/null +++ b/dev-R/ellipsis/ellipsis-0.3.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Tools for Working with ...' +HOMEPAGE=" + https://ellipsis.r-lib.org + https://github.com/r-lib/ellipsis + https://cran.r-project.org/package=ellipsis +" +SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz" +LICENSE='GPL-3' + +IUSE="${IUSE-}" +DEPEND=" + >=dev-lang/R-3.2 + >=dev-R/rlang-0.3.0 +" diff --git a/dev-R/ellipsis/metadata.xml b/dev-R/ellipsis/metadata.xml new file mode 100644 index 0000000..2505476 --- /dev/null +++ b/dev-R/ellipsis/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user. + + + + https://github.com/r-lib/ellipsis/issues + + + https://cran.r-project.org/web//packages/ellipsis/ellipsis.pdf + + + https://cran.r-project.org/web//packages/ellipsis/news/news.html + + + + Hadley Wickham + + + hadley@rstudio.com + + + + r-lib/ellipsis + + +