-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # inst/doc/DbiAndDbplyr.pdf
- Loading branch information
Showing
165 changed files
with
8,368 additions
and
2,112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ compare_versions | |
_pkgdown.yml | ||
docs | ||
.github | ||
errorReportSql.txt | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 6.0.0 | ||
Date: 2023-01-30 10:59:45 UTC | ||
SHA: 352a46f3b48247aaf2c39336f719015996b05b42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: DatabaseConnector | ||
Type: Package | ||
Title: Connecting to Various Database Platforms | ||
Version: 5.1.0 | ||
Date: 2022-09-23 | ||
Version: 6.0.0 | ||
Date: 2023-01-30 | ||
Authors@R: c( | ||
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut", "cre")), | ||
person("Marc", "Suchard", role = c("aut")), | ||
|
@@ -14,21 +14,24 @@ Authors@R: c( | |
) | ||
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 'Java Database Connectivity' ('JDBC') to connect to databases (except SQLite). | ||
fetching data as 'Andromeda' objects. Uses either 'Java Database Connectivity' ('JDBC') or other DB I drivers to connect to databases. | ||
SystemRequirements: Java version 8 or higher (https://www.java.com/) | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 4.0.0) | ||
Imports: | ||
rJava, | ||
SqlRender (>= 1.8.3), | ||
SqlRender (>= 1.12.0), | ||
methods, | ||
stringr, | ||
readr, | ||
rlang, | ||
utils, | ||
DBI (>= 1.0.0), | ||
urltools, | ||
bit64 | ||
bit64, | ||
checkmate, | ||
digest, | ||
dbplyr (>= 2.3.0) | ||
Suggests: | ||
aws.s3, | ||
R.utils, | ||
|
@@ -40,11 +43,17 @@ Suggests: | |
RSQLite, | ||
ssh, | ||
Andromeda, | ||
dplyr | ||
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.1 | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.