Mon May 23 11:48:04 2022 UTC ()
(math/R-zoo) Updated 1.8.9 to 1.8.10

Changes in Version 1.8-10

  o The transform() method now internally uses a list of zoo series (as opposed
    to a data.frame of numeric variables, as used in previous versions). This
    means that the transformations can really operate on full zoo series.

  o Added MATCH() methods for classes "Date", "POSIXct", and "POSIXlt", all
    of which essentially match the underlying numeric vector (suggested by
    Kurt Hornik).

  o In zooreg() the "ts.eps" argument is now also used (in squares) as the
    tolerance in the all.equal() comparisons used to determine the underlying
    regular time grid.


(mef)
diff -r1.16 -r1.17 pkgsrc/math/R-zoo/Makefile
diff -r1.17 -r1.18 pkgsrc/math/R-zoo/distinfo

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

--- pkgsrc/math/R-zoo/Makefile 2021/06/06 15:08:56 1.16
+++ pkgsrc/math/R-zoo/Makefile 2022/05/23 11:48:04 1.17
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.16 2021/06/06 15:08:56 mef Exp $ 1# $NetBSD: Makefile,v 1.17 2022/05/23 11:48:04 mef Exp $
2 2
3R_PKGNAME= zoo 3R_PKGNAME= zoo
4R_PKGVER= 1.8-9 4R_PKGVER= 1.8-10
5CATEGORIES= math 
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= S3 infrastructure for regular and irregular time series 7COMMENT= S3 infrastructure for regular and irregular time series
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 9
11#Packages suggested but not available: 10# Packages suggested but not available:
12# 'AER', 'coda', 'chron', 'fts', 'ggplot2', 'mondate', 'scales', 11# 'AER', 'fts', 'mondate', 'stinepack', 'strucchange', 'tis'
13# 'stinepack', 'strucchange', 'timeDate', 'timeSeries', 'tis', 12
14# 'tseries', 'xts' 13TEST_DEPENDS+= R-chron-[0-9]*:../../math/R-chron
15TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts 14TEST_DEPENDS+= R-coda-[0-9]*:../../math/R-coda
 15TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
16TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales 16TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
17TEST_DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate 17TEST_DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate
18TEST_DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries 18TEST_DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries
 19TEST_DEPENDS+= R-tseries-[0-9]*:../../finance/R-tseries
 20TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts
19 21
20USE_LANGUAGES= c 22USE_LANGUAGES= c
21 23
22.include "../../math/R/Makefile.extension" 24.include "../../math/R/Makefile.extension"
23.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/math/R-zoo/distinfo 2021/10/26 10:55:34 1.17
+++ pkgsrc/math/R-zoo/distinfo 2022/05/23 11:48:04 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2021/10/26 10:55:34 nia Exp $ 1$NetBSD: distinfo,v 1.18 2022/05/23 11:48:04 mef Exp $
2 2
3BLAKE2s (R/zoo_1.8-9.tar.gz) = 8194e7c2d1b18ca06e56bee915d76b36b1f06f225e5894987dc9a518b6d14df5 3BLAKE2s (R/zoo_1.8-10.tar.gz) = d786f89c2f033b4c08bd2a735d191254d781ebdee28c8e4a761d624ff03f0ba1
4SHA512 (R/zoo_1.8-9.tar.gz) = c5516542fa8efc3c83d1dfaafded3f4f0f0bc32549c07f2512291951e2d783c39705bbb315437cd0a666db18b8d987f7b25d2ec958cbdb19b1a3270caf15e940 4SHA512 (R/zoo_1.8-10.tar.gz) = 473a1e8ebade7717ba4b90513c9791268323c5f762c217ff3fcf3915d74198142f7b4cc6a2651450428c323a2b37f8b38698e87cdd7ff0b0def8084bb31ba4da
5Size (R/zoo_1.8-9.tar.gz) = 793891 bytes 5Size (R/zoo_1.8-10.tar.gz) = 808943 bytes