Skip to contents

Scans the attached search path for object names exported by more than one package where at least one is a seor member, mirroring tidyverse::tidyverse_conflicts(). This surfaces cases where, for example, a member package masks a base function or two members export the same name.

Usage

seor_conflicts()

Value

A named list, invisibly. Each name is a conflicting object and each value is the character vector of attached packages that export it, ordered as they appear on the search path (earliest = winner).

Examples

seor_conflicts()