diff options
author | wen <wen@pkgsrc.org> | 2017-12-02 10:58:52 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-12-02 10:58:52 +0000 |
commit | cd1211ef8cbc38f29b3b884e9e772a75141be027 (patch) | |
tree | cbe433bb72eb0df9770e988a94fbbfe533ea5e14 /math/R-zoo | |
parent | 6c82b527e887264db3591e29c26d7bc932786a3f (diff) | |
download | pkgsrc-cd1211ef8cbc38f29b3b884e9e772a75141be027.tar.gz |
Update to 1.8.0
Upstream changes:
Changes in Version 1.8-0
o zoo() and zooreg() gained a calendar = getOption("zoo.calendar", TRUE)
argument so that, by default, yearqtr and yearmon are used as the time
index for regular zoo series with frequency 4 and 12, respectively. With
calendar = FALSE the behavior from previous versions with plain
unclassed time indexes can be obtained. Set options(zoo.calendar = FALSE)
to always retain the old behavior.
o na.locf() is made faster by using a diff()-based solution rather than
cumsum() (suggested by Ruben Arslan). Also, the workhorse function
na.locf0() underlying the default na.locf() method is now exported
in the user interface as it is faster (but also supports less options).
o Better support of vector-valued 'split' arguments in read.zoo().
o Special-cased rollmax(..., k = 1) to return the input coredata().
o as.character() for "yearqtr" objects did not process NA elements correctly.
Diffstat (limited to 'math/R-zoo')
-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 3b593b1f765..11df6c74e40 100644 --- a/math/R-zoo/Makefile +++ b/math/R-zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/03/11 15:25:27 wen Exp $ +# $NetBSD: Makefile,v 1.10 2017/12/02 10:58:52 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-14 +R_PKGVER= 1.8-0 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-zoo/distinfo b/math/R-zoo/distinfo index c08b660a15b..7454da8fbc1 100644 --- a/math/R-zoo/distinfo +++ b/math/R-zoo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/03/11 15:25:27 wen Exp $ +$NetBSD: distinfo,v 1.11 2017/12/02 10:58:52 wen Exp $ -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 +SHA1 (R/zoo_1.8-0.tar.gz) = 1d9def97f316bcf28e4cbd426e31fe7998578c88 +RMD160 (R/zoo_1.8-0.tar.gz) = 30fb4ae5f2530f665aac716369604a45b0feb350 +SHA512 (R/zoo_1.8-0.tar.gz) = 04e95d100520cd8edf3b33bfcb34410a5269014c72db27cbf21ea5836d30125e2fde9e51956087e798143d4ac1169a1ebd5769a8b6c79d45bbfbf28f5f91260b +Size (R/zoo_1.8-0.tar.gz) = 839729 bytes |