pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-zoo (math/R-zoo) Updated 1.8.10 to 1.8.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be8c4572e0a3
branches:  trunk
changeset: 390327:be8c4572e0a3
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 12:57:14 2022 +0000

description:
(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.

diffstat:

 math/R-zoo/Makefile |  4 ++--
 math/R-zoo/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 232042177c86 -r be8c4572e0a3 math/R-zoo/Makefile
--- a/math/R-zoo/Makefile       Sun Dec 18 12:53:18 2022 +0000
+++ b/math/R-zoo/Makefile       Sun Dec 18 12:57:14 2022 +0000
@@ -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
diff -r 232042177c86 -r be8c4572e0a3 math/R-zoo/distinfo
--- a/math/R-zoo/distinfo       Sun Dec 18 12:53:18 2022 +0000
+++ b/math/R-zoo/distinfo       Sun Dec 18 12:57:14 2022 +0000
@@ -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