We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38a571 commit 41729ceCopy full SHA for 41729ce
NAMESPACE
@@ -47,7 +47,6 @@ exportMethods(dbListFields)
47
exportMethods(dbSendQuery)
48
exportMethods(dbUnloadDriver)
49
import(DBI)
50
-import(RJDBC)
51
import(htmltools)
52
import(httr)
53
import(jsonlite)
R/sergeant-package.r
@@ -36,7 +36,7 @@
36
#' @importFrom dplyr db_desc src db_data_type db_explain sql_translate_env copy_to
37
#' @importFrom dplyr db_query_fields src_tbls sql_escape_ident
38
#' @importFrom dbplyr build_sql sql_prefix sql_quote src_sql tbl_sql
39
-#' @import utils RJDBC
+#' @import utils
40
#' @import DBI methods
41
#' @importFrom scales comma
42
NULL
0 commit comments