Skip to content

Commit 8a34ee8

Browse files
committed
remove lubridate to Suggests
1 parent 7c0fff0 commit 8a34ee8

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Imports:
3333
genlasso,
3434
ggplot2,
3535
lifecycle (>= 1.0.1),
36-
lubridate,
3736
magrittr,
3837
purrr,
3938
rlang,
@@ -49,6 +48,7 @@ Suggests:
4948
devtools,
5049
epidatr,
5150
knitr,
51+
lubridate,
5252
outbreaks,
5353
rmarkdown,
5454
testthat (>= 3.1.5),

NAMESPACE

-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ importFrom(dplyr,tibble)
140140
importFrom(dplyr,ungroup)
141141
importFrom(ggplot2,autoplot)
142142
importFrom(lubridate,as.period)
143-
importFrom(lubridate,days)
144-
importFrom(lubridate,weeks)
145143
importFrom(magrittr,"%>%")
146144
importFrom(purrr,map)
147145
importFrom(purrr,map_lgl)

R/slide.R

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
#' inferred from the given expression and overrides any name passed explicitly
8080
#' through the `new_col_name` argument.
8181
#'
82-
#' @importFrom lubridate days weeks
8382
#' @importFrom dplyr bind_rows group_vars filter select
8483
#' @importFrom rlang .data .env !! enquo enquos sym env missing_arg
8584
#' @export

0 commit comments

Comments
 (0)