pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-zoo (math/R-zoo) Updated 1.8.9 to 1.8.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/79a13616fe1b
branches: trunk
changeset: 379777:79a13616fe1b
user: mef <mef%pkgsrc.org@localhost>
date: Mon May 23 11:48:04 2022 +0000
description:
(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.
diffstat:
math/R-zoo/Makefile | 18 ++++++++++--------
math/R-zoo/distinfo | 8 ++++----
2 files changed, 14 insertions(+), 12 deletions(-)
diffs (48 lines):
diff -r 816e1c423459 -r 79a13616fe1b math/R-zoo/Makefile
--- a/math/R-zoo/Makefile Mon May 23 09:55:46 2022 +0000
+++ b/math/R-zoo/Makefile Mon May 23 11:48:04 2022 +0000
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.16 2021/06/06 15:08:56 mef Exp $
+# $NetBSD: Makefile,v 1.17 2022/05/23 11:48:04 mef Exp $
R_PKGNAME= zoo
-R_PKGVER= 1.8-9
-CATEGORIES= math
+R_PKGVER= 1.8-10
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= S3 infrastructure for regular and irregular time series
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
-#Packages suggested but not available:
-# 'AER', 'coda', 'chron', 'fts', 'ggplot2', 'mondate', 'scales',
-# 'stinepack', 'strucchange', 'timeDate', 'timeSeries', 'tis',
-# 'tseries', 'xts'
-TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts
+# Packages suggested but not available:
+# 'AER', 'fts', 'mondate', 'stinepack', 'strucchange', 'tis'
+
+TEST_DEPENDS+= R-chron-[0-9]*:../../math/R-chron
+TEST_DEPENDS+= R-coda-[0-9]*:../../math/R-coda
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
TEST_DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate
TEST_DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries
+TEST_DEPENDS+= R-tseries-[0-9]*:../../finance/R-tseries
+TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts
USE_LANGUAGES= c
diff -r 816e1c423459 -r 79a13616fe1b math/R-zoo/distinfo
--- a/math/R-zoo/distinfo Mon May 23 09:55:46 2022 +0000
+++ b/math/R-zoo/distinfo Mon May 23 11:48:04 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:55:34 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/05/23 11:48:04 mef Exp $
-BLAKE2s (R/zoo_1.8-9.tar.gz) = 8194e7c2d1b18ca06e56bee915d76b36b1f06f225e5894987dc9a518b6d14df5
-SHA512 (R/zoo_1.8-9.tar.gz) = c5516542fa8efc3c83d1dfaafded3f4f0f0bc32549c07f2512291951e2d783c39705bbb315437cd0a666db18b8d987f7b25d2ec958cbdb19b1a3270caf15e940
-Size (R/zoo_1.8-9.tar.gz) = 793891 bytes
+BLAKE2s (R/zoo_1.8-10.tar.gz) = d786f89c2f033b4c08bd2a735d191254d781ebdee28c8e4a761d624ff03f0ba1
+SHA512 (R/zoo_1.8-10.tar.gz) = 473a1e8ebade7717ba4b90513c9791268323c5f762c217ff3fcf3915d74198142f7b4cc6a2651450428c323a2b37f8b38698e87cdd7ff0b0def8084bb31ba4da
+Size (R/zoo_1.8-10.tar.gz) = 808943 bytes
Home |
Main Index |
Thread Index |
Old Index