Package: RPostgres
Title: Rcpp Interface to PostgreSQL
Version: 1.4.2
Date: 2021-12-05
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = "aut"),
      person(given = "Jeroen",
             family = "Ooms",
             role = "aut"),
      person(given = "Kirill",
             family = "M\u00fcller",
             role = c("aut", "cre"),
             email = "krlmlr+r@mailbox.org",
             comment = c(ORCID = "0000-0002-1416-3412")),
      person(given = "RStudio",
             role = "cph"),
      person(given = "R Consortium",
             role = "fnd"),
      person(given = "Tomoaki",
             family = "Nishiyama",
             role = "ctb",
             comment = "Code for encoding vectors into strings derived from RPostgreSQL"))
Description: Fully DBI-compliant Rcpp-backed interface to
    PostgreSQL <https://www.postgresql.org/>, an open-source relational
    database.
License: GPL-3
URL: https://rpostgres.r-dbi.org, https://github.com/r-dbi/RPostgres
BugReports: https://github.com/r-dbi/RPostgres/issues
Depends: R (>= 3.1.0)
Imports: bit64, blob (>= 1.2.0), DBI (>= 1.1.0), hms (>= 1.0.0),
        lubridate, methods, Rcpp (>= 1.0.7), withr
Suggests: callr, covr, DBItest (>= 1.7.1), knitr, rmarkdown, testthat
LinkingTo: plogr (>= 0.2.0), Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyLoad: true
RoxygenNote: 7.1.2
SystemRequirements: libpq >= 9.0: libpq-dev (deb) or postgresql-devel
        (rpm)
Collate: 'PqDriver.R' 'PqConnection.R' 'PqResult.R' 'RPostgres-pkg.R'
        'RcppExports.R' 'Redshift.R' 'default.R' 'export.R' 'names.R'
        'quote.R' 'tables.R' 'transactions.R' 'utils.R'
NeedsCompilation: yes
Packaged: 2021-12-05 11:37:19 UTC; kirill
Author: Hadley Wickham [aut],
  Jeroen Ooms [aut],
  Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  RStudio [cph],
  R Consortium [fnd],
  Tomoaki Nishiyama [ctb] (Code for encoding vectors into strings derived
    from RPostgreSQL)
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2021-12-05 12:10:02 UTC
