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: mef
Date: Mon May 23 11:48:04 UTC 2022
Modified Files:
pkgsrc/math/R-zoo: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/R-zoo/Makefile
cvs rdiff -u -r1.17 -r1.18 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.16 pkgsrc/math/R-zoo/Makefile:1.17
--- pkgsrc/math/R-zoo/Makefile:1.16 Sun Jun 6 15:08:56 2021
+++ pkgsrc/math/R-zoo/Makefile Mon May 23 11:48:04 2022
@@ -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
Index: pkgsrc/math/R-zoo/distinfo
diff -u pkgsrc/math/R-zoo/distinfo:1.17 pkgsrc/math/R-zoo/distinfo:1.18
--- pkgsrc/math/R-zoo/distinfo:1.17 Tue Oct 26 10:55:34 2021
+++ pkgsrc/math/R-zoo/distinfo Mon May 23 11:48:04 2022
@@ -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