Skip to content

Commit

Permalink
Adding RSQLite back to Imports. Explicitly importing to avoid note.
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Mar 27, 2024
1 parent 13eb9db commit bea99e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Depends:
DatabaseConnector (>= 2.2.0)
Imports:
SqlRender,
RSQLite (> 2.1.1),
readr
Suggests:
testthat
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export(createCohorts)
export(exportToCsv)
export(getEunomiaConnectionDetails)
import(DatabaseConnector)
import(RSQLite)
importFrom(readr,write_csv)
importFrom(utils,read.csv)
importFrom(utils,untar)
Expand Down
1 change: 1 addition & 0 deletions R/Eunomia.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"_PACKAGE"

#' @import DatabaseConnector
#' @import RSQLite
#' @importFrom utils unzip read.csv write.csv untar
#' @importFrom readr write_csv
NULL
Binary file modified extras/Eunomia.pdf
Binary file not shown.

0 comments on commit bea99e4

Please sign in to comment.