pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-waldo
Module Name: pkgsrc
Committed By: mef
Date: Sun Dec 15 02:10:21 UTC 2024
Modified Files:
pkgsrc/devel/R-waldo: Makefile distinfo
Log Message:
(devel/R-waldo) Updated 0.5.3 to 0.6.1
# waldo 0.6.1
* Only use special bit64 comparison if package is installed.
# waldo 0.6.0
* waldo no longer imports tibble and rematch2 (@olivroy, #196), and
requires R 4.0.0.
* `compare()` now gives informative errors if you misspecify the argument types
(#181).
* `compare()` displays an extract digit in numeric comparisons, making it a bit
easier to see the different (#141). It can also show numeric differences
between int64 objects and integers/doubles when `tolerance` is set (#159).
* `compare()` gains basic support for S7 objects (#200), and can now
distinguish between objects that differ only in the value of their S4
bit (#189).
* `compare(list_as_map = TRUE)` now preserves attributes (#185).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-waldo/Makefile \
pkgsrc/devel/R-waldo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-waldo/Makefile
diff -u pkgsrc/devel/R-waldo/Makefile:1.10 pkgsrc/devel/R-waldo/Makefile:1.11
--- pkgsrc/devel/R-waldo/Makefile:1.10 Fri Oct 18 22:29:06 2024
+++ pkgsrc/devel/R-waldo/Makefile Sun Dec 15 02:10:20 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/10/18 22:29:06 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/12/15 02:10:20 mef Exp $
R_PKGNAME= waldo
-R_PKGVER= 0.5.3
+R_PKGVER= 0.6.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -15,6 +15,9 @@ DEPENDS+= R-rematch2>=2.1.2:../../devel/
DEPENDS+= R-rlang>=0.4.7:../../devel/R-rlang
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
+# Package suggested but not available: 'S7'
+
+TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
TEST_DEPENDS+= R-rematch2-[0-9]*:../../devel/R-rematch2
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
Index: pkgsrc/devel/R-waldo/distinfo
diff -u pkgsrc/devel/R-waldo/distinfo:1.10 pkgsrc/devel/R-waldo/distinfo:1.11
--- pkgsrc/devel/R-waldo/distinfo:1.10 Fri Oct 18 22:29:06 2024
+++ pkgsrc/devel/R-waldo/distinfo Sun Dec 15 02:10:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/10/18 22:29:06 mef Exp $
+$NetBSD: distinfo,v 1.11 2024/12/15 02:10:20 mef Exp $
-BLAKE2s (R/waldo_0.5.3.tar.gz) = ae77e9861ed5160c97afc8354e011cf4086027a15bd789d0ac5b28a2d7ea42ca
-SHA512 (R/waldo_0.5.3.tar.gz) = e72f9ae572c4cb85db691ced193fa2429a93bb79cf3c5a51f90a430e007664b356e89a0abe0a2b7449a2703924150c672be0c638558ec05b7ab032836afcda8f
-Size (R/waldo_0.5.3.tar.gz) = 38837 bytes
+BLAKE2s (R/waldo_0.6.1.tar.gz) = cd482686a0f6b5a0818b37c02598b85a0d5356551185983346ec0aa8307a2b36
+SHA512 (R/waldo_0.6.1.tar.gz) = e2584dac6d58bdf222e9a6838513ce99993680471a7a7d6cd62d39dcf06aa727f51361a02804cbb3b071229fe69845c9b53b4bab3bbdea8383dfb72f5e71f2dc
+Size (R/waldo_0.6.1.tar.gz) = 45201 bytes
Home |
Main Index |
Thread Index |
Old Index