pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-zoo Update to 1.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ac53edc9055
branches:  trunk
changeset: 372296:0ac53edc9055
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Dec 02 10:58:52 2017 +0000

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

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

diffs (33 lines):

diff -r ab0d8d02e755 -r 0ac53edc9055 math/R-zoo/Makefile
--- a/math/R-zoo/Makefile       Sat Dec 02 08:54:33 2017 +0000
+++ b/math/R-zoo/Makefile       Sat Dec 02 10:58:52 2017 +0000
@@ -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 @@
 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 -r ab0d8d02e755 -r 0ac53edc9055 math/R-zoo/distinfo
--- a/math/R-zoo/distinfo       Sat Dec 02 08:54:33 2017 +0000
+++ b/math/R-zoo/distinfo       Sat Dec 02 10:58:52 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index