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:           Tue Apr 26 14:37:23 UTC 2022

Modified Files:
        pkgsrc/devel/R-waldo: Makefile distinfo

Log Message:
(devel/R-waldo) Updated 0.3.1 to 0.4.0

# 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).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-waldo/Makefile
cvs rdiff -u -r1.6 -r1.7 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.5 pkgsrc/devel/R-waldo/Makefile:1.6
--- pkgsrc/devel/R-waldo/Makefile:1.5   Sat Sep 18 14:27:43 2021
+++ pkgsrc/devel/R-waldo/Makefile       Tue Apr 26 14:37:22 2022
@@ -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@localhost

Index: pkgsrc/devel/R-waldo/distinfo
diff -u pkgsrc/devel/R-waldo/distinfo:1.6 pkgsrc/devel/R-waldo/distinfo:1.7
--- pkgsrc/devel/R-waldo/distinfo:1.6   Tue Oct 26 10:14:10 2021
+++ pkgsrc/devel/R-waldo/distinfo       Tue Apr 26 14:37:22 2022
@@ -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



Home | Main Index | Thread Index | Old Index