Path to this page:
Subject: CVS commit: pkgsrc/devel/R-waldo
From: Makoto Fujiwara
Date: 2024-12-15 03:10:21
Message id: 20241215021021.134E7FC1C@cvs.NetBSD.org
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).
Files: