forked from r-dbi/RPostgres
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 1.79 KB
/
Copy pathDESCRIPTION
File metadata and controls
75 lines (75 loc) · 1.79 KB
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
75
Package: RPostgres
Title: 'Rcpp' Interface to 'PostgreSQL'
Version: 1.3.1.9000
Date: 2021-01-19
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 (>= 0.5.0),
lubridate,
methods,
Rcpp (>= 0.11.4.2),
withr
Suggests:
callr,
covr,
DBItest (>= 1.7.0),
knitr,
rmarkdown,
testthat
LinkingTo:
BH,
plogr (>= 0.2.0),
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
LazyLoad: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
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'