Skip to content

Commit 41729ce

Browse files
committed
removed an errant @import of RJDBC
1 parent b38a571 commit 41729ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ exportMethods(dbListFields)
4747
exportMethods(dbSendQuery)
4848
exportMethods(dbUnloadDriver)
4949
import(DBI)
50-
import(RJDBC)
5150
import(htmltools)
5251
import(httr)
5352
import(jsonlite)

R/sergeant-package.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#' @importFrom dplyr db_desc src db_data_type db_explain sql_translate_env copy_to
3737
#' @importFrom dplyr db_query_fields src_tbls sql_escape_ident
3838
#' @importFrom dbplyr build_sql sql_prefix sql_quote src_sql tbl_sql
39-
#' @import utils RJDBC
39+
#' @import utils
4040
#' @import DBI methods
4141
#' @importFrom scales comma
4242
NULL

0 commit comments

Comments
 (0)