1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: r-cran-rsqlite
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-bit64,
r-cran-blob (>= 1.2.0),
r-cran-dbi (>= 1.1.0),
r-cran-memoise,
r-cran-pkgconfig,
r-cran-rcpp (>= 0.12.7),
r-cran-bh,
r-cran-plogr (>= 0.2.0),
libsqlite3-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rsqlite
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rsqlite.git
Homepage: https://cran.r-project.org/package=RSQLite
Rules-Requires-Root: no
Package: r-cran-rsqlite
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Database Interface R driver for SQLite
This package embeds the SQLite database engine in R and provides an interface
compliant with the DBI package. This package is built with the SQLite package
distributed in Debian, not with the copy included in the CRAN package.
|