pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-conflicted
Module Name: pkgsrc
Committed By: mef
Date: Sun Jan 21 10:03:12 UTC 2024
Added Files:
pkgsrc/math/R-conflicted: DESCR Makefile distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-conflicted/DESCR \
pkgsrc/math/R-conflicted/Makefile pkgsrc/math/R-conflicted/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/R-conflicted/DESCR
diff -u /dev/null pkgsrc/math/R-conflicted/DESCR:1.1
--- /dev/null Sun Jan 21 10:03:12 2024
+++ pkgsrc/math/R-conflicted/DESCR Sun Jan 21 10:03:12 2024
@@ -0,0 +1,6 @@
+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.
Index: pkgsrc/math/R-conflicted/Makefile
diff -u /dev/null pkgsrc/math/R-conflicted/Makefile:1.1
--- /dev/null Sun Jan 21 10:03:12 2024
+++ pkgsrc/math/R-conflicted/Makefile Sun Jan 21 10:03:12 2024
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2024/01/21 10:03:12 mef Exp $
+
+R_PKGNAME= conflicted
+R_PKGVER= 1.2.0
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Alternative Conflict Resolution Strategy
+LICENSE= mit # + file LICENSE
+
+DEPENDS+= R-memoise>=2.0.1:../../devel/R-memoise
+DEPENDS+= R-rlang>=1.0.0:../../devel/R-rlang
+
+TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-pkgload-[0-9]*:../../devel/R-pkgload
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-cli/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-conflicted/distinfo
diff -u /dev/null pkgsrc/math/R-conflicted/distinfo:1.1
--- /dev/null Sun Jan 21 10:03:12 2024
+++ pkgsrc/math/R-conflicted/distinfo Sun Jan 21 10:03:12 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/21 10:03:12 mef Exp $
+
+BLAKE2s (R/conflicted_1.2.0.tar.gz) = fa90cad11fce4b0fb75181dba2d84083ee3f5c731740afd46c5c8d31f051f67b
+SHA512 (R/conflicted_1.2.0.tar.gz) = c2e742a70b6cd7808ab0032894f68eeb642a69c646cb7dc912aa20cdcebbea3e946aed590e3f069cb982bbbbc8fb90ac92d414a34caba9071a17bc5096bf6bcc
+Size (R/conflicted_1.2.0.tar.gz) = 17071 bytes
Home |
Main Index |
Thread Index |
Old Index