conflicted (1.2.0)
Published 2026-02-24 13:47:07 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("conflicted")About this package
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.An Alternative Conflict Resolution Strategy
Dependencies
| Imports | cli (>= 3.4.0), memoise, rlang (>= 1.0.0) |
| Depends | R (>= 3.2) |
| Suggests | callr, covr, dplyr, Matrix, methods, pkgload, testthat (>= 3.0.0), withr |
Details
2026-02-24 13:47:07 +00:00
Assets (1)
Versions (1)
View all
CRAN
1
MIT + file LICENSE
Hadley Wickham
RStudio
17 KiB
conflicted_1.2.0.tar.gz
17 KiB
1.2.0
2026-02-24