pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-zoo Update to 1.7.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/39be4c6dc942
branches: trunk
changeset: 652328:39be4c6dc942
user: wen <wen%pkgsrc.org@localhost>
date: Sat May 30 10:37:38 2015 +0000
description:
Update to 1.7.12
Upstream changes:
Changes in Version 1.7-12
o read.zoo with a data.frame argument now defaults to FUN = identity
if the index.column is not character or factor. See ?read.zoo for
additional details.
o Added a dim<- method that checks whether the new dimension value
appears to be ok and then calls the default.
o The index<- and time<- methods now enforce that the new time index
is actually correctly ordered (suggested by Joshua Ulrich).
o read.zoo() heuristic improved so that POSIXct rather than Date is
detected in cases like: read.zoo(text = "2010-01-01 12:05:03 88.1",
index = 1:2).
o The fortify() method now has a col.names argument that allows to set
(some of) the column names of the resulting data.frame.
o Various small bug fixes and enhancements.
diffstat:
math/R-zoo/Makefile | 4 ++--
math/R-zoo/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r d1272516d6bd -r 39be4c6dc942 math/R-zoo/Makefile
--- a/math/R-zoo/Makefile Sat May 30 10:31:55 2015 +0000
+++ b/math/R-zoo/Makefile Sat May 30 10:37:38 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/07/13 12:06:08 wen Exp $
+# $NetBSD: Makefile,v 1.7 2015/05/30 10:37:38 wen Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= zoo
-R_PKGVER= 1.7-11
+R_PKGVER= 1.7-12
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff -r d1272516d6bd -r 39be4c6dc942 math/R-zoo/distinfo
--- a/math/R-zoo/distinfo Sat May 30 10:31:55 2015 +0000
+++ b/math/R-zoo/distinfo Sat May 30 10:37:38 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/07/13 12:06:08 wen Exp $
+$NetBSD: distinfo,v 1.7 2015/05/30 10:37:38 wen Exp $
-SHA1 (R/zoo_1.7-11.tar.gz) = ea4318de677f78a56c97af465a91ada0131e823f
-RMD160 (R/zoo_1.7-11.tar.gz) = d5eaa1340def16a9ef4ca662a0a0923ae01034ba
-Size (R/zoo_1.7-11.tar.gz) = 819242 bytes
+SHA1 (R/zoo_1.7-12.tar.gz) = 73a7dc5152b21d4cd215c07a22f020b537c352c9
+RMD160 (R/zoo_1.7-12.tar.gz) = 82e1cb85247ec8b69c1af324fd4f2a5524a7a9c8
+Size (R/zoo_1.7-12.tar.gz) = 839181 bytes
Home |
Main Index |
Thread Index |
Old Index