pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-xts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 15 09:46:34 UTC 2026

Modified Files:
        pkgsrc/math/R-xts: Makefile distinfo

Log Message:
R-xts: update to 0.14.3.

Fixes build with current R.

xts 0.14.3 (2026-09-26)

    Fix deprecated special names in structure() calls. (#440)

    Fix time-of-day subsetting (e.g. x["T18:00/"]) to create
    fractional seconds as decimal fractions instead of raw integers.
    The previous behavior could return incorrect results, and error
    on R-devel (r90486). (#441)

xts 0.14.2 (2026-02-27)

    Removed ATTRIB() and SET_ATTRIB() from C code, since they are
    not part of the public R API. (#436)

    Fixed crash when endpoints() was called on an xts object with
    a zero-length index (e.g. endpoints(xts())). (#434)

    rollapply.xts() now supports a numeric vector width argument
    the same way as rollapply.zoo(). Thanks to James Hirschorn
    (@quantitative-technologies) for the report, and to @npschweizer
    for the nudge to fix. (#290)

    More efficient leap-year identification in the do_startofyear()
    C function. Thanks to Michael Chirico for the report and patch.
    (#429) (#430)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/R-xts/Makefile \
    pkgsrc/math/R-xts/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-xts/Makefile
diff -u pkgsrc/math/R-xts/Makefile:1.16 pkgsrc/math/R-xts/Makefile:1.17
--- pkgsrc/math/R-xts/Makefile:1.16     Sun Nov 24 08:13:01 2024
+++ pkgsrc/math/R-xts/Makefile  Tue Sep 15 09:46:34 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2024/11/24 08:13:01 mef Exp $
+# $NetBSD: Makefile,v 1.17 2026/09/15 09:46:34 wiz Exp $
 
 R_PKGNAME=     xts
-R_PKGVER=      0.14.1
+R_PKGVER=      0.14.3
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       eXtensible Time Series
Index: pkgsrc/math/R-xts/distinfo
diff -u pkgsrc/math/R-xts/distinfo:1.16 pkgsrc/math/R-xts/distinfo:1.17
--- pkgsrc/math/R-xts/distinfo:1.16     Sun Nov 24 08:13:01 2024
+++ pkgsrc/math/R-xts/distinfo  Tue Sep 15 09:46:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/11/24 08:13:01 mef Exp $
+$NetBSD: distinfo,v 1.17 2026/09/15 09:46:34 wiz Exp $
 
-BLAKE2s (R/xts_0.14.1.tar.gz) = c4a3a1578d88cf0a5540cdb3a92d009a8a49da292d2261a0717a097d94d42d8e
-SHA512 (R/xts_0.14.1.tar.gz) = 887749d8b2dca3a056810041a10ca9a3c8ebf94023bc13a445eb431e5c0e8b1dc19b154e567fa58dbc82ee2018f9414f42e562efbe3be9ac19c00a46840d5921
-Size (R/xts_0.14.1.tar.gz) = 878211 bytes
+BLAKE2s (R/xts_0.14.3.tar.gz) = b2ff06647caa53ec3cfc299d9eb49fc98db7d148a2de3b9102b711dacdcef29f
+SHA512 (R/xts_0.14.3.tar.gz) = 4e3d96e80f128eb9a159e6ad72cda02f87a46b796ed89551c416504343e515af7d19b4fba5003b7c540097e17b451ae47e8373fe9f2f89559f37f49cd28540ee
+Size (R/xts_0.14.3.tar.gz) = 481288 bytes



Home | Main Index | Thread Index | Old Index