Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ellipsis dependency and use rlang instead. #313

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading