Skip to content

v1.4.0.3: deprecation warning by tidyselect 1.1.0 when calling orbi_summarize_results() #79

@FR86

Description

@FR86

When calling orbi_summarize_results with custom .by parameters, there is an error message.

Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
  # Was:
  data %>% select(by)

  # Now:
  data %>% select(all_of(by))

See <https://tidyselect.r-lib.org/reference/faq-external-vector.html>.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.

Side note, calling lifecycle::last_lifecycle_warnings() results in an empty list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions