Package: conflicted
Title: An Alternative Conflict Resolution Strategy
Version: 1.1.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = "cph")
  )
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.2)
Imports: memoise, rlang (>= 0.3.4)
Suggests: callr, crayon, dplyr, Matrix, methods, pkgload, testthat (>=
        3.0.0)
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-11-26 21:43:42 UTC; hadleywickham
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2021-11-26 22:00:02 UTC
Built: R 4.0.2; ; 2021-11-27 11:27:09 UTC; unix
