Skip to content

Commit

Permalink
remove lubridate to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
dajmcdon authored and brookslogan committed Jun 13, 2024
1 parent b346c72 commit 0ef7304
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Imports:
genlasso,
ggplot2,
lifecycle (>= 1.0.1),
lubridate,
magrittr,
purrr,
rlang,
Expand All @@ -49,6 +48,7 @@ Suggests:
devtools,
epidatr,
knitr,
lubridate,
outbreaks,
rmarkdown,
testthat (>= 3.1.5),
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(ggplot2,autoplot)
importFrom(lubridate,as.period)
importFrom(lubridate,days)
importFrom(lubridate,weeks)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_lgl)
Expand Down
1 change: 0 additions & 1 deletion R/slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
#' inferred from the given expression and overrides any name passed explicitly
#' through the `new_col_name` argument.
#'
#' @importFrom lubridate days weeks
#' @importFrom dplyr bind_rows group_vars filter select
#' @importFrom rlang .data .env !! enquo enquos sym env missing_arg
#' @export
Expand Down

0 comments on commit 0ef7304

Please sign in to comment.