Skip to content

Export any_of() and all_of() select-helpers  #5036

Description

@ha0ye

The description for tidyselect::one_of() in ver 1.0.0 states:

one_of() is retired in favour of the more precise any_of() and all_of() selectors.

So I was a bit surprised to find that these functions are not being exported in select-helpers.R like the other functions are.

This seems to only be a problem in package development, where trying to use dplyr::any_of() fails (because it isn't exported like one_of() is).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviorverbs 🏃‍♀️

    Type

    No type

    Fields

    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