pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-zoo



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Dec  2 10:58:52 UTC 2017

Modified Files:
        pkgsrc/math/R-zoo: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-zoo/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-zoo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-zoo/Makefile
diff -u pkgsrc/math/R-zoo/Makefile:1.9 pkgsrc/math/R-zoo/Makefile:1.10
--- pkgsrc/math/R-zoo/Makefile:1.9      Sat Mar 11 15:25:27 2017
+++ pkgsrc/math/R-zoo/Makefile  Sat Dec  2 10:58:52 2017
@@ -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 a
 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"

Index: pkgsrc/math/R-zoo/distinfo
diff -u pkgsrc/math/R-zoo/distinfo:1.10 pkgsrc/math/R-zoo/distinfo:1.11
--- pkgsrc/math/R-zoo/distinfo:1.10     Sat Mar 11 15:25:27 2017
+++ pkgsrc/math/R-zoo/distinfo  Sat Dec  2 10:58:52 2017
@@ -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