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: Thu Jun 1 12:38:02 UTC 2023
Modified Files:
pkgsrc/math/R-zoo: Makefile distinfo
Log Message:
(math/R-zoo) Updated 1.8.11 to 1.8.12
Changes in Version 1.8-12
o The autoplot() method for "zoo" objects now uses ggplot() directly rather
than the qplot() function which has been deprecated in recent versions of
ggplot2.
o Support start = NA and end = NA in addition to start = NULL and end = NULL
for unspecified start and end time of a window() of a zoo series.
o Remove unnecessary S3 method declarations for axis.yearmon/yearqtr as
axis() is no S3 generic, only Axis() is (reported by Kurt Hornik).
o The helper function index2char() now calls format() instead of as.character()
for objects inheriting from class POSIXt.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/R-zoo/Makefile
cvs rdiff -u -r1.19 -r1.20 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.18 pkgsrc/math/R-zoo/Makefile:1.19
--- pkgsrc/math/R-zoo/Makefile:1.18 Sun Dec 18 12:57:14 2022
+++ pkgsrc/math/R-zoo/Makefile Thu Jun 1 12:38:02 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2022/12/18 12:57:14 mef Exp $
+# $NetBSD: Makefile,v 1.19 2023/06/01 12:38:02 mef Exp $
R_PKGNAME= zoo
-R_PKGVER= 1.8-11
+R_PKGVER= 1.8-12
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= S3 infrastructure for regular and irregular time series
Index: pkgsrc/math/R-zoo/distinfo
diff -u pkgsrc/math/R-zoo/distinfo:1.19 pkgsrc/math/R-zoo/distinfo:1.20
--- pkgsrc/math/R-zoo/distinfo:1.19 Sun Dec 18 12:57:14 2022
+++ pkgsrc/math/R-zoo/distinfo Thu Jun 1 12:38:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/12/18 12:57:14 mef Exp $
+$NetBSD: distinfo,v 1.20 2023/06/01 12:38:02 mef Exp $
-BLAKE2s (R/zoo_1.8-11.tar.gz) = a9c076c032f0c4931c6d73bb18b132d1b8de9ec83fa3fc8ea658906ca433cdb2
-SHA512 (R/zoo_1.8-11.tar.gz) = e73d2c1ba46bd99cee3b2d74f7c07ccef5e638d4f48ab63d9292fc311ce9de24d303e2bf5ac0aac7720d89c6ccf26ec1d28c1df0f1088cf40ad927fe9aac8cfd
-Size (R/zoo_1.8-11.tar.gz) = 781934 bytes
+BLAKE2s (R/zoo_1.8-12.tar.gz) = c005efde83624aad9ce7c758aa8cd60ecefd0432b3529cb61a8c7da0e11f24d0
+SHA512 (R/zoo_1.8-12.tar.gz) = 055ea848cd0c601b93429f1ca36a0f972884b6190bd878f0f6c891155b870f30e9b824f2871868840f596c929f22d8aa6192a8a161ebb08ab4acefbb35189d8f
+Size (R/zoo_1.8-12.tar.gz) = 782344 bytes
Home |
Main Index |
Thread Index |
Old Index