mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
dev-R/dbplyr: new package, add 2.2.1
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/dbplyr/Manifest
Normal file
1
dev-R/dbplyr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST dbplyr_2.2.1.tar.gz 670569 BLAKE2B a25881cc5013d5857b410a022095d3421832a9eff0f292cde9f7d3fbbe31770dec4729abd2d649019ccb784c65d0bd2dbd051ce4ea60312ee2043eba9667ac2c SHA512 68953a399aca4d23dc58071293095e42efff0eb921dbdf5c67debc692bbc9d960df681ac7b8429780ee047e2330f8337a7e49d49722b2d3bdbad30ad38a753b9
|
||||
58
dev-R/dbplyr/dbplyr-2.2.1.ebuild
Normal file
58
dev-R/dbplyr/dbplyr-2.2.1.ebuild
Normal file
@@ -0,0 +1,58 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION='R Database Interface'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='LGPL-2.1+'
|
||||
RESTRICT="!test? ( test )"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
>=dev-R/assertthat-0.2.0
|
||||
>=dev-R/blob-1.2.0
|
||||
>=dev-R/cli-3.3.0
|
||||
>=dev-R/DBI-1.0.0
|
||||
>=dev-R/dplyr-1.0.9
|
||||
>=dev-R/glue-1.2.0
|
||||
>=dev-R/lifecycle-1.0.0
|
||||
dev-R/magrittr
|
||||
>=dev-R/pillar-1.5.0
|
||||
>=dev-R/purrr-0.2.5
|
||||
>=dev-R/R6-2.2.2
|
||||
>=dev-R/rlang-1.0.0
|
||||
>=dev-R/tibble-1.4.2
|
||||
>=dev-R/tidyselect-0.2.4
|
||||
>=dev-R/vctrs-0.4.1
|
||||
dev-R/withr
|
||||
test? (
|
||||
dev-R/bit64
|
||||
>=dev-R/RSQLite-2.1.0
|
||||
>=dev-R/testthat-3.0.2
|
||||
>=dev-R/tidyr-1.2.0
|
||||
)
|
||||
"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/bit64
|
||||
dev-R/covr
|
||||
dev-R/knitr
|
||||
dev-R/Lahman
|
||||
dev-R/nycflights13
|
||||
dev-R/odbc
|
||||
>=dev-R/RMariaDB-1.0.2
|
||||
dev-R/rmarkdown
|
||||
>=dev-R/RPostgres-1.1.3
|
||||
dev-R/RPostgreSQL
|
||||
>=dev-R/RSQLite-2.1.0
|
||||
>=dev-R/testthat-3.0.2
|
||||
>=dev-R/tidyr-1.2.0
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
}
|
||||
17
dev-R/dbplyr/metadata.xml
Normal file
17
dev-R/dbplyr/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">A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more advanced features require 'SQL' translation to be provided by the package author.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Hadley Wickham</name>
|
||||
<email>hadley@rstudio.com</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/tidyverse/dbplyr/issues</bugs-to>
|
||||
<remote-id type="github">tidyverse/dbplyr</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user