dev-R/RSQLite: new package, added 2.2.14

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 15:30:32 +01:00
parent dd330ad99d
commit de83055f63
3 changed files with 63 additions and 0 deletions

1
dev-R/RSQLite/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST RSQLite_2.2.14.tar.gz 3683851 BLAKE2B e9bac7265308e782ce93c393eaf42496e5c62d06f6bec82780ccf1c63a07181fff15aac2f044621e821fcb0737c6e51eeef07918c9135bb26d8dbe9783911ffd SHA512 e80b809e22cff1a662e29ab83fe0b387c72f7672288da27beedca475a3d7f56a4fdb7b563457830485fb654ba450f469c9d1622ee640efa93d6c1bff49c117bb

View File

@@ -0,0 +1,45 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages edo
DESCRIPTION='SQLite Interface for R'
KEYWORDS="~amd64"
LICENSE='LGPL-2.1+'
RESTRICT="!test? ( test )"
IUSE="test"
DEPEND="
dev-R/bit64
>=dev-R/blob-1.2.0
>=dev-R/DBI-1.1.0
dev-R/memoise
dev-R/pkgconfig
dev-R/Rcpp
>=dev-R/plogr-0.2.0
test? (
dev-R/callr
>=dev-R/DBItest-1.7.0
dev-R/hms
dev-R/testthat
)
"
SUGGESTED_PACKAGES="
dev-R/callr
>=dev-R/DBItest-1.7.0
dev-R/gert
dev-R/gh
dev-R/knitr
dev-R/rmarkdown
dev-R/hms
dev-R/rvest
dev-R/testthat
dev-R/xml2
"
src_test() {
cd "${WORKDIR}/${P}/tests"
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
}

View 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">Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.</longdescription>
<upstream>
<maintainer>
<name>Kirill Müller</name>
<email>krlmlr+r@mailbox.org</email>
</maintainer>
<bugs-to>https://github.com/r-dbi/RSQLite/issues</bugs-to>
<remote-id type="github">r-dbi/RSQLite</remote-id>
</upstream>
</pkgmetadata>