mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-R/dtplyr: new package, add 1.2.1
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/dtplyr/Manifest
Normal file
1
dev-R/dtplyr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST dtplyr_1.2.1.tar.gz 288369 BLAKE2B 334c2b1365c2a2fe1804c4175362834a9de036511a17919815d7df853ebfd4421faf6b14b4598bf85a8c2404dc64e992a634b177c7bce163618300a9d43e9c97 SHA512 1257ce97f17cce4141364280231ba441e35550d9c9b73c6836290c7e5890314a08437d78cbfdd20ae9690312f96e00ae4e0e5dd51166de7ef914bd5417f0c6e4
|
||||
43
dev-R/dtplyr/dtplyr-1.2.1.ebuild
Normal file
43
dev-R/dtplyr/dtplyr-1.2.1.ebuild
Normal file
@@ -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
|
||||
}
|
||||
17
dev-R/dtplyr/metadata.xml
Normal file
17
dev-R/dtplyr/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user