public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/dtplyr/
@ 2022-07-05  7:14 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2022-07-05  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     76681ebd3f8964a49b5c5209aea11b44645b81c2
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Jul  4 16:17:42 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 16:18:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76681ebd

dev-R/dtplyr: new package, add 1.2.1

Signed-off-by: Robert Greener <me <AT> r0bert.dev>

 dev-R/dtplyr/Manifest            |  1 +
 dev-R/dtplyr/dtplyr-1.2.1.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++
 dev-R/dtplyr/metadata.xml        | 17 ++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/dev-R/dtplyr/Manifest b/dev-R/dtplyr/Manifest
new file mode 100644
index 000000000..d2113e1a4
--- /dev/null
+++ b/dev-R/dtplyr/Manifest
@@ -0,0 +1 @@
+DIST dtplyr_1.2.1.tar.gz 288369 BLAKE2B 334c2b1365c2a2fe1804c4175362834a9de036511a17919815d7df853ebfd4421faf6b14b4598bf85a8c2404dc64e992a634b177c7bce163618300a9d43e9c97 SHA512 1257ce97f17cce4141364280231ba441e35550d9c9b73c6836290c7e5890314a08437d78cbfdd20ae9690312f96e00ae4e0e5dd51166de7ef914bd5417f0c6e4

diff --git a/dev-R/dtplyr/dtplyr-1.2.1.ebuild b/dev-R/dtplyr/dtplyr-1.2.1.ebuild
new file mode 100644
index 000000000..c5346942d
--- /dev/null
+++ b/dev-R/dtplyr/dtplyr-1.2.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages edo
+
+DESCRIPTION="Data Table Back-End for 'dplyr'"
+KEYWORDS="~amd64"
+LICENSE='MIT'
+RESTRICT="!test? ( test )"
+IUSE="test"
+
+DEPEND="
+	dev-R/crayon
+	>=dev-R/data_table-1.13.0
+	>=dev-R/dplyr-1.0.3
+	dev-R/ellipsis
+	dev-R/glue
+	dev-R/lifecycle
+	dev-R/rlang
+	dev-R/tibble
+	dev-R/tidyselect
+	dev-R/vctrs
+	test? (
+		>=dev-R/testthat-3.0.0
+		>=dev-R/tidyr-1.1.0
+	)
+"
+
+SUGGESTED_PACKAGES="
+	dev-R/bench
+	dev-R/covr
+	dev-R/knitr
+	dev-R/rmarkdown
+	>=dev-R/testthat-3.0.0
+	>=dev-R/tidyr-1.1.0
+"
+
+src_test() {
+	cd "${WORKDIR}/${P}/tests" || die
+	R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
+}

diff --git a/dev-R/dtplyr/metadata.xml b/dev-R/dtplyr/metadata.xml
new file mode 100644
index 000000000..cd67ec08c
--- /dev/null
+++ b/dev-R/dtplyr/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>me@r0bert.dev</email>
+		<name>Robert Greener</name>
+	</maintainer>
+	<longdescription lang="en">Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code.</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Hadley Wickham</name>
+			<email>hadley@rstudio.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/tidyverse/dtplyr/issues</bugs-to>
+		<remote-id type="github">tidyverse/dtplyr</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-05  7:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05  7:14 [gentoo-commits] repo/proj/guru:master commit in: dev-R/dtplyr/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox