Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File reorg #683

Merged
merged 14 commits into from
Dec 15, 2023
37 changes: 29 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,37 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GNU make, An ODBC3 driver manager and drivers.
Collate:
'odbc.R'
'Driver.R'
'Connection.R'
'DataTypes.R'
'RcppExports.R'
'Result.R'
'Table.R'
'Viewer.R'
'databricks.R'
'connection-pane.R'
'dbi-connection.R'
'odbc-connection.R'
'db.R'
'dbi-driver.R'
'dbi-result.R'
'dbi-table.R'
'dbi.R'
'driver-access.R'
'driver-bigquery.R'
'driver-databricks.R'
'driver-db2.R'
'driver-hana.R'
'driver-hive.R'
'driver-impala.R'
'driver-mysql.R'
'driver-oracle.R'
'driver-postgres.R'
'driver-redshift.R'
'driver-snowflake.R'
'driver-spark.R'
'driver-sql-server.R'
'driver-sqlite.R'
'driver-teradata.R'
'driver-vertica.R'
'odbc-data-sources.R'
'odbc-data-type.R'
'odbc-drivers.R'
'odbc-package.R'
'odbc.R'
'utils.R'
'zzz.R'
VignetteBuilder: knitr
Loading