-
Notifications
You must be signed in to change notification settings - Fork 83
/
DESCRIPTION
59 lines (59 loc) · 1.89 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
Package: DatabaseConnector
Type: Package
Title: Connecting to Various Database Platforms
Version: 6.3.2
Date: 2023-12-11
Authors@R: c(
person("Martijn", "Schuemie", email = "schuemie@ohdsi.org", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph")),
person("Microsoft Inc.", role = c("cph"), comment = "SQL Server JDBC driver"),
person("PostgreSQL Global Development Group", role = c("cph"), comment = "PostgreSQL JDBC driver"),
person("Oracle Inc.", role = c("cph"), comment = "Oracle JDBC driver"),
person("Amazon Inc.", role = c("cph"), comment = "RedShift JDBC driver")
)
Description: An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server',
'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', 'Google BigQuery', 'Snowflake', 'Spark', and 'SQLite'). Also includes support for
fetching data as 'Andromeda' objects. Uses either 'Java Database Connectivity' ('JDBC') or other 'DBI' drivers to connect to databases.
SystemRequirements: Java (>= 8)
Depends:
R (>= 4.0.0)
Imports:
rJava,
SqlRender (>= 1.16.0),
methods,
stringr,
readr,
rlang,
utils,
DBI (>= 1.0.0),
urltools,
bit64,
checkmate,
digest,
dbplyr (>= 2.2.0)
Suggests:
aws.s3,
R.utils,
withr,
testthat,
DBItest,
knitr,
rmarkdown,
RSQLite,
ssh,
Andromeda,
dplyr,
RPostgres,
odbc,
duckdb,
pool,
ParallelLogger
License: Apache License
VignetteBuilder: knitr
URL: https://ohdsi.github.io/DatabaseConnector/, https://github.com/OHDSI/DatabaseConnector
BugReports: https://github.com/OHDSI/DatabaseConnector/issues
Copyright: See file COPYRIGHTS
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8