Skip to content

Commit

Permalink
(math/R-zoo) Updated 1.8.10 to 1.8.11
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mef committed Dec 18, 2022
1 parent debdfc2 commit daf564a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions math/R-zoo/Makefile
Original file line number Diff line number Diff line change
@@ -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
COMMENT= S3 infrastructure for regular and irregular time series
Expand Down
8 changes: 4 additions & 4 deletions math/R-zoo/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit daf564a

Please sign in to comment.