Skip to content

Commit

Permalink
Add DBI to imports and document
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Sep 29, 2020
1 parent 8e7f942 commit 3999b5b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ URL: https://bcgov.github.io/bcdata/,
BugReports: https://github.com/bcgov/bcdata/issues
Imports:
cli,
methods,
DBI,
crul (>= 0.7.4),
dbplyr (>= 1.3.0),
dplyr (>= 0.8.1),
Expand All @@ -40,7 +42,6 @@ Imports:
jsonlite (>= 1.6),
leaflet,
leaflet.extras,
methods,
purrr (>= 0.2),
readr (>= 1.3),
readxl,
Expand Down
11 changes: 8 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ S3method(print,bcdc_recordlist)
S3method(select,bcdc_promise)
S3method(show_query,bcdc_promise)
S3method(show_query,bcdc_sf)
S3method(sql_escape_ident,DummyCQL)
S3method(sql_escape_string,DummyCQL)
S3method(sql_translate_env,DummyCQL)
S3method(sql_escape_ident,wfsConnection)
S3method(sql_escape_string,wfsConnection)
S3method(sql_translate_env,wfsConnection)
S3method(tail,bcdc_promise)
export("%>%")
export(BBOX)
Expand Down Expand Up @@ -61,6 +61,11 @@ export(filter)
export(mutate)
export(select)
export(show_query)
exportClasses(wfsConnection)
exportMethods(dbQuoteIdentifier)
exportMethods(dbQuoteString)
import(DBI)
import(methods)
importFrom(cli,cat_bullet)
importFrom(cli,cat_line)
importFrom(cli,cat_rule)
Expand Down
17 changes: 17 additions & 0 deletions man/wfsConnection-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3999b5b

Please sign in to comment.