Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider packages in topological order #94

Closed
wants to merge 1 commit into from
Closed

Consider packages in topological order #94

wants to merge 1 commit into from

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Sep 26, 2023

I know this is complicated. The alternative would be to always pick dplyr::rename() when disambiguating.

Closes #93.

@krlmlr
Copy link
Member Author

krlmlr commented Sep 26, 2023

How should we deal with the case of two packages reexporting a function from a third package? Example: tibble and dplyr reexporting the pipe -- what is the "canonical" package here? If another package reexports another version of the pipe, this will still depend on some random ordering.

I'll propose an alternative.

@krlmlr krlmlr closed this Sep 26, 2023
@hadley hadley deleted the b-93-topo branch October 30, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolution of conflicts between a function and a method that's being reexported
1 participant