-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
From Sean's Pull Request:
Note there are still errors, warnings, and notes on R CMD check around packages not in imports, is.ggplot as well as
Please use `all_of()` or `any_of()` instead.
# Was:
data %>% select(values_from)
# Now:
data %>% select(all_of(values_from))
some test warnings and failures, and a bunch of 'no visible binding for global variable' (probably dplyr or ggplot tidy eval) and mismatch in function definitions.
Have to look into why it passes with GHA though.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels