Sat Mar 11 15:25:27 2017 UTC ()
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.


(wen)
diff -r1.8 -r1.9 pkgsrc/math/R-zoo/Makefile
diff -r1.9 -r1.10 pkgsrc/math/R-zoo/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/math/R-zoo/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-zoo/Makefile 2016/11/06 02:43:56 1.8
+++ pkgsrc/math/R-zoo/Makefile 2017/03/11 15:25:27 1.9
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.8 2016/11/06 02:43:56 wen Exp $ 1# $NetBSD: Makefile,v 1.9 2017/03/11 15:25:27 wen Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/zoo/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/zoo/
8COMMENT= S3 Infrastructure for Regular and Irregular Time Series 8COMMENT= S3 Infrastructure for Regular and Irregular Time Series
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 10
11R_PKGNAME= zoo 11R_PKGNAME= zoo
12R_PKGVER= 1.7-13 12R_PKGVER= 1.7-14
13 13
14.include "../../math/R/Makefile.extension" 14.include "../../math/R/Makefile.extension"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/math/R-zoo/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-zoo/distinfo 2016/11/06 02:43:56 1.9
+++ pkgsrc/math/R-zoo/distinfo 2017/03/11 15:25:27 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2016/11/06 02:43:56 wen Exp $ 1$NetBSD: distinfo,v 1.10 2017/03/11 15:25:27 wen Exp $
2 2
3SHA1 (R/zoo_1.7-13.tar.gz) = 772452c0dbd607da2ba208225254de115301d166 3SHA1 (R/zoo_1.7-14.tar.gz) = 680c0672fb7ef3f30088b226a03cb6b2653b45aa
4RMD160 (R/zoo_1.7-13.tar.gz) = ef09bded994d9a0846d661f782d46a213e317ea1 4RMD160 (R/zoo_1.7-14.tar.gz) = 5c8a4c2d7cf0191aeef5a3793f9270d2e9881e94
5SHA512 (R/zoo_1.7-13.tar.gz) = 77e74c30ff30f7a3d505806d2c0584cba075e1fa27a9fecff551d6eb96a8f1e41ee21d9ebadff7a9c21350051d491523e8ec9d5e9fbf7be8e47d7d825182c2e1 5SHA512 (R/zoo_1.7-14.tar.gz) = 0d1cbee754e2c80bd27ecea0013210fdd5034f40fd832e452d37f0653e66afe85089b3fee04cfa9dc947644b05c44fa1ab7ace58437a623b68a5a8cb01e9fdbf
6Size (R/zoo_1.7-13.tar.gz) = 842068 bytes 6Size (R/zoo_1.7-14.tar.gz) = 845540 bytes