Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim-Mane committed Sep 9, 2024
1 parent b0cac97 commit 2f5f0cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ URL: https://epiverse-trace.github.io/readepi/,
BugReports: https://github.com/epiverse-trace/readepi/issues
Imports:
checkmate,
cli,
DBI,
dplyr,
fingertipsR (>= 1.0.10.9001),
glue,
httr2,
lubridate,
magrittr,
odbc,
pool,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export(readepi)
export(show_example_file)
export(show_tables)
export(visualise_table)
importFrom(magrittr,"%>%")
importFrom(utils,read.table)
2 changes: 1 addition & 1 deletion R/read_sormas.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#' since = 0 # cases from this date to now will be fetched
#' )
#' )
#'
#' @importFrom magrittr %>%
read_sormas <- function(user_name, password, query_parameters) {
cli::cli_progress_step("Importing cases data from SORMAS...",
msg_done = "Successfully imported cases from SORMAS.",
Expand Down
1 change: 0 additions & 1 deletion man/read_sormas.Rd

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

0 comments on commit 2f5f0cc

Please sign in to comment.