Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgallou committed Jan 29, 2024
1 parent 9154984 commit b41c45a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/checkers.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ are_credit_roles <- function(x) {
all(x %in% credit_roles()) || all(x %in% credit_roles(FALSE))
}

are_calls <- function(...) {
all(map_vec(enexprs(...), is.call))
}

search_ <- function(x, callback, n = 1) {
x <- vec_drop_na(x)
have_passed <- if (missing(callback)) !x else !callback(x)
Expand Down

0 comments on commit b41c45a

Please sign in to comment.