pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-waldo (devel/R-waldo) Updated 0.3.1 to 0.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e6b3f6945bd
branches: trunk
changeset: 378011:6e6b3f6945bd
user: mef <mef%pkgsrc.org@localhost>
date: Tue Apr 26 14:37:22 2022 +0000
description:
(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).
diffstat:
devel/R-waldo/Makefile | 4 ++--
devel/R-waldo/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 4cc87fd08ab5 -r 6e6b3f6945bd devel/R-waldo/Makefile
--- a/devel/R-waldo/Makefile Tue Apr 26 12:36:52 2022 +0000
+++ b/devel/R-waldo/Makefile Tue Apr 26 14:37:22 2022 +0000
@@ -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@localhost
diff -r 4cc87fd08ab5 -r 6e6b3f6945bd devel/R-waldo/distinfo
--- a/devel/R-waldo/distinfo Tue Apr 26 12:36:52 2022 +0000
+++ b/devel/R-waldo/distinfo Tue Apr 26 14:37:22 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index