pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-waldo
Module Name: pkgsrc
Committed By: mef
Date: Sun Jun 11 09:11:57 UTC 2023
Modified Files:
pkgsrc/devel/R-waldo: Makefile distinfo
Log Message:
(devel/R-waldo) Updated 0.4.0 to 0.5.1
# 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).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-waldo/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-waldo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-waldo/Makefile
diff -u pkgsrc/devel/R-waldo/Makefile:1.6 pkgsrc/devel/R-waldo/Makefile:1.7
--- pkgsrc/devel/R-waldo/Makefile:1.6 Tue Apr 26 14:37:22 2022
+++ pkgsrc/devel/R-waldo/Makefile Sun Jun 11 09:11:57 2023
@@ -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@localhost
Index: pkgsrc/devel/R-waldo/distinfo
diff -u pkgsrc/devel/R-waldo/distinfo:1.7 pkgsrc/devel/R-waldo/distinfo:1.8
--- pkgsrc/devel/R-waldo/distinfo:1.7 Tue Apr 26 14:37:22 2022
+++ pkgsrc/devel/R-waldo/distinfo Sun Jun 11 09:11:57 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index