forked from r-dbi/RPostgres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.78 KB
/
DESCRIPTION
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: RPostgres
Title: Rcpp Interface to PostgreSQL
Version: 1.3.3.9002
Date: 2021-09-15
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 = "[email protected]",
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9001
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'