Skip to content

Commit

Permalink
Use ellipsis instead of rlang. Closes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Sep 5, 2024
1 parent 42df2e9 commit 0f84046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Imports:
assertthat,
jsonlite,
utils,
rlang (>= 1.0.0)
rlang (>= 1.0.0),
ellipsis
Suggests:
base64enc,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion R/bucket_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bucket_list <- function(
class <- paste(class, collapse = " ")

# capture the dots
rlang::check_dots_unnamed()
ellipsis::check_dots_unnamed()
dot_vals <- rlang::list2(...)

# Remove any NULL elements
Expand Down

0 comments on commit 0f84046

Please sign in to comment.