File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ Imports:
33
33
genlasso,
34
34
ggplot2,
35
35
lifecycle (>= 1.0.1),
36
- lubridate,
37
36
magrittr,
38
37
purrr,
39
38
rlang,
@@ -49,6 +48,7 @@ Suggests:
49
48
devtools,
50
49
epidatr,
51
50
knitr,
51
+ lubridate,
52
52
outbreaks,
53
53
rmarkdown,
54
54
testthat (>= 3.1.5),
Original file line number Diff line number Diff line change @@ -140,8 +140,6 @@ importFrom(dplyr,tibble)
140
140
importFrom(dplyr,ungroup)
141
141
importFrom(ggplot2,autoplot)
142
142
importFrom(lubridate,as.period)
143
- importFrom(lubridate,days)
144
- importFrom(lubridate,weeks)
145
143
importFrom(magrittr,"%>%")
146
144
importFrom(purrr,map)
147
145
importFrom(purrr,map_lgl)
Original file line number Diff line number Diff line change 79
79
# ' inferred from the given expression and overrides any name passed explicitly
80
80
# ' through the `new_col_name` argument.
81
81
# '
82
- # ' @importFrom lubridate days weeks
83
82
# ' @importFrom dplyr bind_rows group_vars filter select
84
83
# ' @importFrom rlang .data .env !! enquo enquos sym env missing_arg
85
84
# ' @export
You can’t perform that action at this time.
0 commit comments