Skip to content

Commit

Permalink
(devel/R-waldo) Updated 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Apr 26, 2022
1 parent a0ae22a commit b428262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-waldo/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/R-waldo/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b428262

Please sign in to comment.