pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-zoo



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jun 12 12:51:58 UTC 2026

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

Log Message:
(math/R-zoo) Updated 1.8.12 to 1.8.15

Changes in Version 1.8-15

  * Documentation fix in BibTeX files requested by CRAN : Use `doi` field rather
    than `url` for DOIs, and updates to various URLs.

Changes in Version 1.8-14

  * In the `scale_x_yearmon()` function the `scale_x_continuous()` function
    is now called with `transform' argument rather than the old `trans` argument
    (deprecated since `ggplot2` 3.5.0). The analogous changes are made for
    `scale_y_*` and `yearqtr`. (Patch provided by Jari Karppinen.)

  * Improve example with AM/PM times in `vignette("zoo-read", package = "zoo")`:
    The `%p` specification for the AM/PM indicator should be combined with `%I`
    (and not `%H`) for the hours in 01-12 (rather than 00-23). (Reported by
    Brian D. Ripley.)

  * In the C code use the `isS4()` API rather than `IS_S4_OBJECT()`.

  * In `vignette("zoo-quickref", package = "zoo")` update the Yahoo! Finance
    example (using the MSFT symbol instead of the discontinued SUNW symbol)
    and omit the Oanda example (because the Oanda service has been discontinued).
    (Reported by Robert Woodman.)

Changes in Version 1.8-13

  * New tinyplot() method for "zoo" objects that is similar to the autoplot()
    method but employs the tinyplot package rather than ggplot2 for drawing.

  * In "yearmon" and "yearqtr" try harder to assure that the underlying vector
    type remains numeric (without getting coerced). Also added nicer handling
    and printing of zero-length yearmon/yearqtr vectors and added a [<- method
    for "yearmon" and "yearqtr" objects and (suggested by Kyle F. Butts).

  * The diff() method for "zoo" objects gained the argument log = FALSE so that
    diff(x, log = TRUE) can also be used instead of diff(log(x)).

  * The as.vector() method for "zoo" objects now applies to coredata() directly
    rather than going through as.matrix(). The latter was used in previous
    versions setting up unnecessary additional row/column names etc. with
    unnecessary computational overhead. (Reported by Ethan Smith at
    https://github.com/joshuaulrich/xts/issues/406)

  * In write.zoo(), by default, the index() is formatted using format() rather
    than as.character() now (reported in https://stackoverflow.com/questions/77553026).
    Alternatively, the function FUN to format the time index can also be specified
    by the user.

  * The zoo documentation had aliases for head.ts and tail.ts, although these
    methods were only very briefly part of the zoo development version and never
    released. The aliases have been removed now and the base stats package
    will actually provide head.ts() and tail.ts() starting from R 4.5.0.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/R-zoo/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/R-zoo/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-zoo/Makefile
diff -u pkgsrc/math/R-zoo/Makefile:1.19 pkgsrc/math/R-zoo/Makefile:1.20
--- pkgsrc/math/R-zoo/Makefile:1.19     Thu Jun  1 12:38:02 2023
+++ pkgsrc/math/R-zoo/Makefile  Fri Jun 12 12:51:57 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2023/06/01 12:38:02 mef Exp $
+# $NetBSD: Makefile,v 1.20 2026/06/12 12:51:57 mef Exp $
 
 R_PKGNAME=     zoo
-R_PKGVER=      1.8-12
+R_PKGVER=      1.8-15
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       S3 infrastructure for regular and irregular time series

Index: pkgsrc/math/R-zoo/distinfo
diff -u pkgsrc/math/R-zoo/distinfo:1.20 pkgsrc/math/R-zoo/distinfo:1.21
--- pkgsrc/math/R-zoo/distinfo:1.20     Thu Jun  1 12:38:02 2023
+++ pkgsrc/math/R-zoo/distinfo  Fri Jun 12 12:51:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/06/01 12:38:02 mef Exp $
+$NetBSD: distinfo,v 1.21 2026/06/12 12:51:57 mef Exp $
 
-BLAKE2s (R/zoo_1.8-12.tar.gz) = c005efde83624aad9ce7c758aa8cd60ecefd0432b3529cb61a8c7da0e11f24d0
-SHA512 (R/zoo_1.8-12.tar.gz) = 055ea848cd0c601b93429f1ca36a0f972884b6190bd878f0f6c891155b870f30e9b824f2871868840f596c929f22d8aa6192a8a161ebb08ab4acefbb35189d8f
-Size (R/zoo_1.8-12.tar.gz) = 782344 bytes
+BLAKE2s (R/zoo_1.8-15.tar.gz) = 5fc6418c5ee62fefbfa3d5e621b8ba68dfd8fe95d2afd96533a7313124173100
+SHA512 (R/zoo_1.8-15.tar.gz) = 84db48677df91964395b2ecc11cca1c432890604375d022830e8406f9852e9fa5a8f4b8e9eebcd874e7bff7d59d48e07270178e6a9bfdaefaf4e3f114a6fde52
+Size (R/zoo_1.8-15.tar.gz) = 806453 bytes



Home | Main Index | Thread Index | Old Index