You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project uses a lot of library calls, without conflicted.
We converted them to @ import
devtools::check complains that we are overriding a ton of functions
Solution:
A function to convert all import tags to importFrom
A function to resolve the ambiguities, by just enumerating them, and we have to remove the redundant entry and check the code manually for usage (maybe we can use this feature similar to find in files, forgot the name, see my aborted PR in golem) so we can add :: where needed
The text was updated successfully, but these errors were encountered:
Use case:
Solution:
The text was updated successfully, but these errors were encountered: