Tomaz Kastrun has a script for us:
So the following function does just that; if goes through the list of functions for all the installed packages in particular environment and finds duplicates. Giving the R programmer the insights where to be cautious and refer to scope and namespace.
This is a cautionary tale to use full object naming, like coin::show()
rather than just show()
.