Skip to content

Minor things to fix #83

@andrew-edwards

Description

@andrew-edwards

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions