diff --git a/DESCRIPTION b/DESCRIPTION index 43990ab0..4ddef9de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,17 +39,15 @@ Depends: Imports: anytime (>= 0.3.1), dplyr (>= 1.1.0), - ellipsis (>= 0.3.0), generics, lifecycle, lubridate (>= 1.7.0), methods, - rlang (>= 0.4.6), + rlang (>= 1.0.0), tibble (>= 3.0.0), tidyselect (>= 1.0.0), vctrs (>= 0.3.1) Suggests: - covr, ggplot2 (>= 3.3.0), hms, knitr, diff --git a/NAMESPACE b/NAMESPACE index 3955a5b4..f1722e58 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -350,7 +350,6 @@ export(update_tsibble) export(yearmonth) export(yearquarter) export(yearweek) -import(ellipsis) import(rlang) import(tidyselect) import(vctrs) diff --git a/R/tsibble-package.R b/R/tsibble-package.R index b3ee6fed..6f7d9e6b 100644 --- a/R/tsibble-package.R +++ b/R/tsibble-package.R @@ -115,6 +115,6 @@ stub <- function() { #' @importFrom dplyr bind_rows bind_cols combine with_order pull first reframe #' @importFrom dplyr dplyr_row_slice dplyr_col_modify dplyr_reconstruct #' @importFrom tibble new_tibble trunc_mat -#' @import rlang tidyselect vctrs ellipsis +#' @import rlang tidyselect vctrs ## usethis namespace: end NULL