conflicted

An Alternative Conflict Resolution Strategy

R's default conflict management system gives the most recently loaded package precedence. This can make it hard to detect conflicts, particularly when they arise because a package update creates ambiguity that did not previously exist. 'conflicted' takes a different approach, making every conflict an error and forcing you to choose which function to use.

Tests Vignettes

Available Snapshots

This version of conflicted can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (4)
  • R
  • cli >= 3.4.0
  • memoise
  • rlang >= 1.0.0
  • Suggests (6)
  • callr
  • covr
  • dplyr
  • pkgload
  • testthat >= 3.0.0
  • withr
  • Version History