From b428262f6e1971755830d67af0332f9a5ef7ae75 Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 26 Apr 2022 14:37:22 +0000 Subject: [PATCH] (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). --- devel/R-waldo/Makefile | 4 ++-- devel/R-waldo/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/R-waldo/Makefile b/devel/R-waldo/Makefile index 146bffbed742..b2a0fd959634 100644 --- a/devel/R-waldo/Makefile +++ b/devel/R-waldo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2021/09/18 14:27:43 mef Exp $ +# $NetBSD: Makefile,v 1.6 2022/04/26 14:37:22 mef Exp $ R_PKGNAME= waldo -R_PKGVER= 0.3.1 +R_PKGVER= 0.4.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/R-waldo/distinfo b/devel/R-waldo/distinfo index ee2789e40958..1cb9afccc404 100644 --- a/devel/R-waldo/distinfo +++ b/devel/R-waldo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:14:10 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/04/26 14:37:22 mef Exp $ -BLAKE2s (R/waldo_0.3.1.tar.gz) = 2d8c44619d37dabb6d3845165c3109d47225c157c99cb8924e892704a50b2d1d -SHA512 (R/waldo_0.3.1.tar.gz) = 3655f92013f87c7a34c36bdeaba225c7f0dd7b31703b018191ab3b665f93c46ec1a4f37c8b904aa80c344ee9e10fb905ef75bda935a309e0bc14a44fa2ab418f -Size (R/waldo_0.3.1.tar.gz) = 33728 bytes +BLAKE2s (R/waldo_0.4.0.tar.gz) = b48a2aec8dd040183bde3b6c645ad0c77f755ace2bdc7d169e6c7c94cd2b4d03 +SHA512 (R/waldo_0.4.0.tar.gz) = 86ede697c3ae6912067ec6e9365b0206ba96c59ae8a3147e7b005fbf8ef777f2dea4a0dfe018aaee6e50eb78f791176cdd2d2db65528ec1a801dfaa714de4d02 +Size (R/waldo_0.4.0.tar.gz) = 37556 bytes