Package: conflicted Title: An Alternative Conflict Resolution Strategy Version: 1.2.0.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: 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. License: MIT + file LICENSE URL: https://conflicted.r-lib.org/, https://github.com/r-lib/conflicted BugReports: https://github.com/r-lib/conflicted/issues Depends: R (>= 3.6) Imports: cli (>= 3.4.0), memoise, rlang (>= 1.0.0) Suggests: callr, covr, dplyr, Matrix, methods, pkgload, testthat (>= 3.0.0), withr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2024-02-22 20:59:32 UTC RemoteUrl: https://github.com/r-lib/conflicted RemoteRef: HEAD RemoteSha: 4d759ac62d49ec77cb3d16db41e4c40ffa4cfa1e NeedsCompilation: no Packaged: 2026-06-19 09:22:38 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham