Skip to content

Commit

Permalink
Remove dependency on ellipsis. (#422)
Browse files Browse the repository at this point in the history
* Use rlang ellipsis

* Remove dep on ellipsis
  • Loading branch information
olivroy authored Mar 13, 2024
1 parent 7414232 commit 480ccdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Depends:
Imports:
base64enc,
digest,
ellipsis,
fastmap (>= 1.1.0),
grDevices,
rlang (>= 1.0.0),
Expand Down
2 changes: 1 addition & 1 deletion R/fill.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#'
bindFillRole <- function(x, ..., item = FALSE, container = FALSE, overwrite = FALSE, .cssSelector = NULL) {

ellipsis::check_dots_empty()
check_dots_empty()

hasSelection <- FALSE
query <- NULL
Expand Down

0 comments on commit 480ccdd

Please sign in to comment.