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.
Version: | 1.0.4 |
Depends: | R (≥ 3.2) |
Imports: | rlang (≥ 0.3.4), memoise |
Suggests: | covr, crayon, dplyr, pkgdown, testthat |
Published: | 2019-06-21 |
Author: | Hadley Wickham [aut, cre], RStudio [cph] |
Maintainer: | Hadley Wickham <hadley at rstudio.com> |
BugReports: | https://github.com/r-lib/conflicted/issues |
License: | GPL-3 |
URL: | https://github.com/r-lib/conflicted |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | conflicted results |
Reference manual: | conflicted.pdf |
Package source: | conflicted_1.0.4.tar.gz |
Windows binaries: | r-devel: conflicted_1.0.4.zip, r-release: conflicted_1.0.4.zip, r-oldrel: conflicted_1.0.4.zip |
macOS binaries: | r-release: conflicted_1.0.4.tgz, r-oldrel: conflicted_1.0.4.tgz |
Old sources: | conflicted archive |
Reverse suggests: | boxr, vegawidget |
Please use the canonical form https://CRAN.R-project.org/package=conflicted to link to this page.