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:           Sun Dec 18 12:57:14 UTC 2022

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

Log Message:
(math/R-zoo) Updated 1.8.10 to 1.8.11

Changes in Version 1.8-11

  o The as.ts() methods for both "zoo" and "zooreg" objects now allow to pass on
    the fill argument (through ...) to the underlying merge() call. Thus, you can
    say as.ts(z, fill = 0) to fill potential gaps with 0s instead of NAs.

  o The na.spline() method for "ts" objects had been provided internally in the
    package but has only been correctly registered in the NAMESPACE now.

  o The merge() method gained a sep = "." argument to optionally use a different
    separator character when making pasting suffixes to column names for making
    them unique (suggested by Joshua Ulrich).

  o The MATCH() methods for Date/POSIXct/POSIXlt object now coerce the "table"
    argument (if necessary) to Date or POSIXct, respectively, before calling
    match(unclass(x), unclass(table), ...) internally.

  o In case of a Date/POSIXct/POSIXlt "table" and a plain atomic argument "x",
    the default MATCH() method coerces "x" to Date or POSIXct, respectively,
    before calling match(unclass(x), unclass(table), ...) internally.

  o As the "fts" package has been archived on CRAN for several months, it has been
    excluded from the Suggests of the package. The as.zoo() method for "fts"
    objects continues to be part of the package, though, just the hyperlinks in
    the documentation have been removed.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/R-zoo/Makefile
cvs rdiff -u -r1.18 -r1.19 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.17 pkgsrc/math/R-zoo/Makefile:1.18
--- pkgsrc/math/R-zoo/Makefile:1.17     Mon May 23 11:48:04 2022
+++ pkgsrc/math/R-zoo/Makefile  Sun Dec 18 12:57:14 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/05/23 11:48:04 mef Exp $
+# $NetBSD: Makefile,v 1.18 2022/12/18 12:57:14 mef Exp $
 
 R_PKGNAME=     zoo
-R_PKGVER=      1.8-10
+R_PKGVER=      1.8-11
 
 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.18 pkgsrc/math/R-zoo/distinfo:1.19
--- pkgsrc/math/R-zoo/distinfo:1.18     Mon May 23 11:48:04 2022
+++ pkgsrc/math/R-zoo/distinfo  Sun Dec 18 12:57:14 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/05/23 11:48:04 mef Exp $
+$NetBSD: distinfo,v 1.19 2022/12/18 12:57:14 mef Exp $
 
-BLAKE2s (R/zoo_1.8-10.tar.gz) = d786f89c2f033b4c08bd2a735d191254d781ebdee28c8e4a761d624ff03f0ba1
-SHA512 (R/zoo_1.8-10.tar.gz) = 473a1e8ebade7717ba4b90513c9791268323c5f762c217ff3fcf3915d74198142f7b4cc6a2651450428c323a2b37f8b38698e87cdd7ff0b0def8084bb31ba4da
-Size (R/zoo_1.8-10.tar.gz) = 808943 bytes
+BLAKE2s (R/zoo_1.8-11.tar.gz) = a9c076c032f0c4931c6d73bb18b132d1b8de9ec83fa3fc8ea658906ca433cdb2
+SHA512 (R/zoo_1.8-11.tar.gz) = e73d2c1ba46bd99cee3b2d74f7c07ccef5e638d4f48ab63d9292fc311ce9de24d303e2bf5ac0aac7720d89c6ccf26ec1d28c1df0f1088cf40ad927fe9aac8cfd
+Size (R/zoo_1.8-11.tar.gz) = 781934 bytes



Home | Main Index | Thread Index | Old Index