Skip to content

Commit

Permalink
Remove ellipsis dependency and use rlang instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jun 26, 2024
1 parent 7ee7fe8 commit b2cf345
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ export(update_tsibble)
export(yearmonth)
export(yearquarter)
export(yearweek)
import(ellipsis)
import(rlang)
import(tidyselect)
import(vctrs)
Expand Down
2 changes: 1 addition & 1 deletion R/tsibble-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2cf345

Please sign in to comment.