Skip to content

Commit

Permalink
(devel/R-waldo) Updated 0.5.3 to 0.6.1
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Dec 15, 2024
1 parent a9810f8 commit ba3b377
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 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.10 2024/10/18 22:29:06 mef Exp $
# $NetBSD: Makefile,v 1.11 2024/12/15 02:10:20 mef Exp $

R_PKGNAME= waldo
R_PKGVER= 0.5.3
R_PKGVER= 0.6.1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -15,6 +15,9 @@ DEPENDS+= R-rematch2>=2.1.2:../../devel/R-rematch2
DEPENDS+= R-rlang>=0.4.7:../../devel/R-rlang
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble

# Package suggested but not available: 'S7'

TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
TEST_DEPENDS+= R-rematch2-[0-9]*:../../devel/R-rematch2
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
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.10 2024/10/18 22:29:06 mef Exp $
$NetBSD: distinfo,v 1.11 2024/12/15 02:10:20 mef Exp $

BLAKE2s (R/waldo_0.5.3.tar.gz) = ae77e9861ed5160c97afc8354e011cf4086027a15bd789d0ac5b28a2d7ea42ca
SHA512 (R/waldo_0.5.3.tar.gz) = e72f9ae572c4cb85db691ced193fa2429a93bb79cf3c5a51f90a430e007664b356e89a0abe0a2b7449a2703924150c672be0c638558ec05b7ab032836afcda8f
Size (R/waldo_0.5.3.tar.gz) = 38837 bytes
BLAKE2s (R/waldo_0.6.1.tar.gz) = cd482686a0f6b5a0818b37c02598b85a0d5356551185983346ec0aa8307a2b36
SHA512 (R/waldo_0.6.1.tar.gz) = e2584dac6d58bdf222e9a6838513ce99993680471a7a7d6cd62d39dcf06aa727f51361a02804cbb3b071229fe69845c9b53b4bab3bbdea8383dfb72f5e71f2dc
Size (R/waldo_0.6.1.tar.gz) = 45201 bytes

0 comments on commit ba3b377

Please sign in to comment.