mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Submitter becomes maintainer 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. WWW: https://conflicted.r-lib.org/ Differential Revision: https://reviews.freebsd.org/D43735
5 lines
357 B
Text
5 lines
357 B
Text
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.
|