Source: r-cran-dbplyr
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-assertthat (>= 0.2.0),
               r-cran-blob (>= 1.2.0),
               r-cran-dbi (>= 1.0.0),
               r-cran-dplyr (>= 1.0.4),
               r-cran-ellipsis,
               r-cran-glue,
               r-cran-lifecycle (>= 1.0.0),
               r-cran-magrittr,
               r-cran-purrr,
               r-cran-r6 (>= 2.2.2),
               r-cran-rlang,
               r-cran-tibble (>= 1.4.2),
               r-cran-tidyselect,
               r-cran-vctrs,
               r-cran-withr
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-dbplyr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-dbplyr.git
Homepage: https://cran.r-project.org/package=dbplyr
Rules-Requires-Root: no

Package: r-cran-dbplyr
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R dplyr back end for databases
 GNU R 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.
