diff options
author | wen <wen@pkgsrc.org> | 2017-03-11 15:25:27 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-03-11 15:25:27 +0000 |
commit | d2997427a3a370f1177f176db3a7188410965a0b (patch) | |
tree | 7a0633bfe4cdf82b463a9879b10625e9a5326f27 /math | |
parent | ae52fb0aac3b306dd893984b26f1c749918d1c0b (diff) | |
download | pkgsrc-d2997427a3a370f1177f176db3a7188410965a0b.tar.gz |
Update to 1.7.14
Upstream changes:
Changes in Version 1.7-14
o Several convenience interfaces to read.zoo() have been added:
read.table.zoo(), read.csv.zoo(), read.csv2.zoo(), read.delim.zoo(),
read.delim2.zoo(). All of these first call the corresponding read.*()
function to read the data from a text file (with the respective default
settings) and subsequently call read.zoo() to turn the data into
a zoo series.
o na.approx.default() did not properly process the "maxgap" argument
if y did not contain any NAs but NAs were only created implicitly
by xout being different from x (pointed out by Stefan Metzger).
A suitable fix has been added that merges x and xout first.
o aggregate.zoo() and rollapply.zoo() gained the argument coredata=TRUE
which can control whether only the coredata is passed to each subset
(previous behavior) or the full zoo series.
o The "its" package has been archived on CRAN and hence removed from
the list of zoo's suggested packages. However, various methods for
objects of class "its" continue to be available in zoo in case someone
still uses the legacy code.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-zoo/Makefile | 4 | ||||
-rw-r--r-- | math/R-zoo/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-zoo/Makefile b/math/R-zoo/Makefile index d6cab264561..3b593b1f765 100644 --- a/math/R-zoo/Makefile +++ b/math/R-zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/11/06 02:43:56 wen Exp $ +# $NetBSD: Makefile,v 1.9 2017/03/11 15:25:27 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= S3 Infrastructure for Regular and Irregular Time Series LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= zoo -R_PKGVER= 1.7-13 +R_PKGVER= 1.7-14 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-zoo/distinfo b/math/R-zoo/distinfo index bff0b2c0023..c08b660a15b 100644 --- a/math/R-zoo/distinfo +++ b/math/R-zoo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/11/06 02:43:56 wen Exp $ +$NetBSD: distinfo,v 1.10 2017/03/11 15:25:27 wen Exp $ -SHA1 (R/zoo_1.7-13.tar.gz) = 772452c0dbd607da2ba208225254de115301d166 -RMD160 (R/zoo_1.7-13.tar.gz) = ef09bded994d9a0846d661f782d46a213e317ea1 -SHA512 (R/zoo_1.7-13.tar.gz) = 77e74c30ff30f7a3d505806d2c0584cba075e1fa27a9fecff551d6eb96a8f1e41ee21d9ebadff7a9c21350051d491523e8ec9d5e9fbf7be8e47d7d825182c2e1 -Size (R/zoo_1.7-13.tar.gz) = 842068 bytes +SHA1 (R/zoo_1.7-14.tar.gz) = 680c0672fb7ef3f30088b226a03cb6b2653b45aa +RMD160 (R/zoo_1.7-14.tar.gz) = 5c8a4c2d7cf0191aeef5a3793f9270d2e9881e94 +SHA512 (R/zoo_1.7-14.tar.gz) = 0d1cbee754e2c80bd27ecea0013210fdd5034f40fd832e452d37f0653e66afe85089b3fee04cfa9dc947644b05c44fa1ab7ace58437a623b68a5a8cb01e9fdbf +Size (R/zoo_1.7-14.tar.gz) = 845540 bytes |