Skip to content

Commit

Permalink
(devel/R-waldo) Updated 0.4.0 to 0.5.1
Browse files Browse the repository at this point in the history
# waldo 0.5.1

* Tolerance is also taken into account when displaying differences (#173).

* `NA_real_` and `NaN` are only treated as non-equal when tolerance is
  non-null. That means that `testthat::expect_equal(NaN, NA_real_)` will
  pass but `testthat::expect_identical(NaN, NA_real_)` will fail (#174).

# waldo 0.5.0

* You can opt-out of quoting strings with `quote_strings = FALSE` (#145).

* Improvements to missing value handling:

  * `NA_character_` and `"NA"` are no longer treated as equal (#162).

  * `NA_real_` and `NaN` are no longer treated as equal (@sorhawell, #150).

  * Leading and trailing `NA`s are no longer omitted from output when the
    lengths of `x` and `y` are unequal (#109).

* The `balanced` attribute used by some `POSIXlt` objects in R 4.3 and greater
  is now ignored (#160).

* 3d (and greater) numeric arrays no longer cause an error (#148).

* Support for complex numbers is improved (#146).

* `ignore_attr = "class"` now works for more types of input (#143).
  • Loading branch information
mef committed Jun 11, 2023
1 parent bbb9ce4 commit b9f60d4
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
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2022/04/26 14:37:22 mef Exp $
# $NetBSD: Makefile,v 1.7 2023/06/11 09:11:57 mef Exp $

R_PKGNAME= waldo
R_PKGVER= 0.4.0
R_PKGVER= 0.5.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/R-waldo/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2022/04/26 14:37:22 mef Exp $
$NetBSD: distinfo,v 1.8 2023/06/11 09:11:57 mef Exp $

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
BLAKE2s (R/waldo_0.5.1.tar.gz) = 5b1e14cc48b2673f1670c4231614455129221caf48919231db0bff1f2a4f2b46
SHA512 (R/waldo_0.5.1.tar.gz) = 43f1268bf78f630d48e754c2cf7c2fc44e6489a6ba4306336ffc362adcae6e9c35c671b222cc1db4e564fd949651116ec7a7b778ecd6b81499121db657cad755
Size (R/waldo_0.5.1.tar.gz) = 39619 bytes

0 comments on commit b9f60d4

Please sign in to comment.