-
New
conflicts_prefer()
to easily declare multiple preferences at once:
conflicts_prefer(dplyr::filter, lubridate::week, ...)
(#82). -
Disambiguation message now provides clickable preferences (#74).
-
Conflicts now take into account the
include.only
andexclude
arguments
that you might have specified inlibrary()
(#84). -
conflict_prefer_all()
andconflict_prefer_matching()
are now much faster.
And whenlosers
is supplied, they only register the minimal necessary
number of conflicts.