generated from The-Strategy-Unit/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Currently if no matching blob is found, there's an error message (no matching {ext} file found) that should be produced.
However the checking function is incorrect - it uses check_vec() inappropriately to check for a character vector.
x <- character(0)
rlang::is_scalar_character(x)
#> [1] FALSE
purrr::every(x, rlang::is_scalar_character)
#> [1] TRUEReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working