From 8a34ee8b20a6fc67b1baa3525f37e54255bc729c Mon Sep 17 00:00:00 2001 From: "Logan C. Brooks" Date: Thu, 13 Jun 2024 14:35:45 -0700 Subject: [PATCH] remove lubridate to Suggests --- DESCRIPTION | 2 +- NAMESPACE | 2 -- R/slide.R | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 39e103022..18eee8405 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -33,7 +33,6 @@ Imports: genlasso, ggplot2, lifecycle (>= 1.0.1), - lubridate, magrittr, purrr, rlang, @@ -49,6 +48,7 @@ Suggests: devtools, epidatr, knitr, + lubridate, outbreaks, rmarkdown, testthat (>= 3.1.5), diff --git a/NAMESPACE b/NAMESPACE index 1362b15cd..adf3ace61 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/slide.R b/R/slide.R index 27a3135c7..47f40777b 100644 --- a/R/slide.R +++ b/R/slide.R @@ -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