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.2 |
Depends: | R (≥ 3.2) |
Imports: | rlang, memoise |
Suggests: | covr, crayon, dplyr, pkgdown, testthat |
Published: | 2019-03-29 |
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.2.tar.gz |
Windows binaries: | r-devel: conflicted_1.0.1.zip, r-release: conflicted_1.0.1.zip, r-oldrel: conflicted_1.0.2.zip |
OS X binaries: | r-release: conflicted_1.0.2.tgz, r-oldrel: conflicted_1.0.2.tgz |
Old sources: | conflicted archive |
Reverse suggests: | vegawidget |
Please use the canonical form https://CRAN.R-project.org/package=conflicted to link to this page.