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
The package maps is loaded silently when using ggplot2::map_data.
It does message about the conflicts, but it's easy to miss it and is especially annoying because it masks purr::map.
Is there a good reason why it needs to be attached ? In the current situation I think I'd rather have it fail and tell me to attach maps myself, so I can add the library call before attaching purrr and control what is happening.
This happens with version 3.0, apologies if it has been solved since, I'm not able to test it on the last version.