forked from alondhe/DatabaseConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.63 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
Package: DatabaseConnector
Type: Package
Title: Connecting to Various Database Platforms
Version: 2.4.1
Date: 2019-07-16
Authors@R: c(
person("Martijn", "Schuemie", email = "[email protected]", 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', and 'SQLite'). Also includes support for
fetching data as 'ffdf' objects. Uses 'Java Database Connectivity' ('JDBC') to connect to databases (except SQLite).
Imports:
DatabaseConnectorJars,
rJava,
bit,
ff,
ffbase (>= 0.12.1),
SqlRender (>= 1.6.0),
methods,
utils,
DBI (>= 1.0.0),
urltools
Suggests:
aws.s3,
uuid,
R.utils,
testthat,
DBItest,
knitr,
rmarkdown,
RSQLite
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: 6.1.1
Encoding: UTF-8