pkgsrc/math/R-zoo/distinfo
minskim b1df4d1810 math/R-zoo: Update to 1.8.1
Changes:

  o New .DollarNames method (contributed by Josh Ulrich) to enable tab
    completion when using zoo_object$...

  o New default method for zoo::as.Date() that simply dispatches to
    base::as.Date().

  o rollapply(x, k, FUN, align = "right") lead to an error if length(x) < k.
    This has been corrected to match the behavior of the other align types.

  o rollmean(), rollsum(), rollmedian(), and rollmax() no longer throw an
    error if the series is shorter than the window size. Instead rollapply()
    is called which either returns an empty series (if "fill" is not specified)
    or a padded series (if "fill" is specified, e.g., to NA).

  o read.zoo() now also handles "tbl" objects by coercing them to proper
    "data.frame"s first. Also gained a read = read.table argument to simplify
    convenience interfaces read.csv.zoo() etc.

  o The fortify() method gained a "names" argument so that the column names
    of the (melted) series can be modified.
2018-02-03 01:15:17 +00:00

6 lines
400 B
Text

$NetBSD: distinfo,v 1.12 2018/02/03 01:15:17 minskim Exp $
SHA1 (R/zoo_1.8-1.tar.gz) = 167c080b75faba78f44562c978aeb33ff6825b70
RMD160 (R/zoo_1.8-1.tar.gz) = 369bf15f07275e8d015165f83cef5e63f6ef4dcc
SHA512 (R/zoo_1.8-1.tar.gz) = a0b2818d678b295431090ccbccac6bc991a28182074b8a5079debb673d4cd999a12f3e4387d87093f6630d68d886b31efa098c25524988de133496e2e204213d
Size (R/zoo_1.8-1.tar.gz) = 852331 bytes