./math/R-conflicted, Alternative Conflict Resolution Strategy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.0, Package name: R-conflicted-1.2.0, Maintainer: pkgsrc-users

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.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-01-21 11:03:12 by Makoto Fujiwara | Files touched by this commit (3) | Package updated
Log message:
(math/R-conflicted) import R-conflicted-1.2.0

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.