Tue Apr 26 14:37:23 2022 UTC ()
(devel/R-waldo) Updated 0.3.1 to 0.4.0

# waldo 0.4.0

* Atomic S3 classes with format methods now use those methods when
  displaying comparisons (#98). If the printed representation is the
  same, they fallback to displaying the underlying data.

* Rowwise data frame comparisons are now much much faster (#116),
  and respect the `max_diffs` argument (@krlmlr, #110).

* Unnamed environments now compare by value, not by reference (i.e. if
  two environments contain the same values, they compare the same, even
  if they're different environments) (#127). Environments that contain
  self-references are handled correctly (#117). Differences between pairs
  of environments are only ever reported once.

* In the unlikely event that you have bare CHARSXP objects, waldo now
  handles them (#121).

* S4 objects are labelled with their class, not all superclasses (#125).

* `compare_proxy()` ignores the `"index"` attribute for data tables
  (@krlmlr, #107), and works again for `RProtoBuf`  objects
  (@MichaelChirico, #119)

* Infinite values can be compared with a tolerance (@dmurdoch, #122).


(mef)
diff -r1.5 -r1.6 pkgsrc/devel/R-waldo/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/R-waldo/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/R-waldo/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-waldo/Makefile 2021/09/18 14:27:43 1.5
+++ pkgsrc/devel/R-waldo/Makefile 2022/04/26 14:37:22 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2021/09/18 14:27:43 mef Exp $ 1# $NetBSD: Makefile,v 1.6 2022/04/26 14:37:22 mef Exp $
2 2
3R_PKGNAME= waldo 3R_PKGNAME= waldo
4R_PKGVER= 0.3.1 4R_PKGVER= 0.4.0
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Find Differences Between R Objects 8COMMENT= Find Differences Between R Objects
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-cli>=2.0.2:../../devel/R-cli 11DEPENDS+= R-cli>=2.0.2:../../devel/R-cli
12DEPENDS+= R-diffobj-[0-9]*:../../devel/R-diffobj 12DEPENDS+= R-diffobj-[0-9]*:../../devel/R-diffobj
13DEPENDS+= R-fansi>=0.4.0:../../devel/R-fansi 13DEPENDS+= R-fansi>=0.4.0:../../devel/R-fansi
14DEPENDS+= R-glue>=1.4.1:../../devel/R-glue 14DEPENDS+= R-glue>=1.4.1:../../devel/R-glue
15DEPENDS+= R-rematch2>=2.1.2:../../devel/R-rematch2 15DEPENDS+= R-rematch2>=2.1.2:../../devel/R-rematch2
16DEPENDS+= R-rlang>=0.4.7:../../devel/R-rlang 16DEPENDS+= R-rlang>=0.4.7:../../devel/R-rlang
17DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble 17DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-waldo/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-waldo/distinfo 2021/10/26 10:14:10 1.6
+++ pkgsrc/devel/R-waldo/distinfo 2022/04/26 14:37:22 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 10:14:10 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/04/26 14:37:22 mef Exp $
2 2
3BLAKE2s (R/waldo_0.3.1.tar.gz) = 2d8c44619d37dabb6d3845165c3109d47225c157c99cb8924e892704a50b2d1d 3BLAKE2s (R/waldo_0.4.0.tar.gz) = b48a2aec8dd040183bde3b6c645ad0c77f755ace2bdc7d169e6c7c94cd2b4d03
4SHA512 (R/waldo_0.3.1.tar.gz) = 3655f92013f87c7a34c36bdeaba225c7f0dd7b31703b018191ab3b665f93c46ec1a4f37c8b904aa80c344ee9e10fb905ef75bda935a309e0bc14a44fa2ab418f 4SHA512 (R/waldo_0.4.0.tar.gz) = 86ede697c3ae6912067ec6e9365b0206ba96c59ae8a3147e7b005fbf8ef777f2dea4a0dfe018aaee6e50eb78f791176cdd2d2db65528ec1a801dfaa714de4d02
5Size (R/waldo_0.3.1.tar.gz) = 33728 bytes 5Size (R/waldo_0.4.0.tar.gz) = 37556 bytes