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.13
details: https://anonhg.NetBSD.org/pkgsrc/rev/382db6c811af
branches: trunk
changeset: 354643:382db6c811af
user: wen <wen%pkgsrc.org@localhost>
date: Sun Nov 06 02:43:56 2016 +0000
description:
Update to 1.7.13
Upstream changes:
Changes in Version 1.7-13
o The window() method erroneously dropped the dimension in case of
1-column zoo series. Fixed now.
o Bug fix in NA handling of rollmax() pointed out by Cory Fletcher.
o A few as.yearmon/as.yearqtr methods were not registered in
the NAMESPACE but are now.
o If there are less then two non-NAs in na.approx() then approx()
cannot be applied. Instead of throwing an error (as up to version
1.7-12) simply no NAs are replaced now.
o Bug fix for lag(z, k = k, na.pad = TRUE) which ignored na.pad = TRUE
if 'k' was a vector of lags.
diffstat:
math/R-zoo/Makefile | 4 ++--
math/R-zoo/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r df7ef5af9361 -r 382db6c811af math/R-zoo/Makefile
--- a/math/R-zoo/Makefile Sun Nov 06 02:39:45 2016 +0000
+++ b/math/R-zoo/Makefile Sun Nov 06 02:43:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/05/30 10:37:38 wen Exp $
+# $NetBSD: Makefile,v 1.8 2016/11/06 02:43:56 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-12
+R_PKGVER= 1.7-13
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff -r df7ef5af9361 -r 382db6c811af math/R-zoo/distinfo
--- a/math/R-zoo/distinfo Sun Nov 06 02:39:45 2016 +0000
+++ b/math/R-zoo/distinfo Sun Nov 06 02:43:56 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 23:33:30 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/11/06 02:43:56 wen Exp $
-SHA1 (R/zoo_1.7-12.tar.gz) = 73a7dc5152b21d4cd215c07a22f020b537c352c9
-RMD160 (R/zoo_1.7-12.tar.gz) = 82e1cb85247ec8b69c1af324fd4f2a5524a7a9c8
-SHA512 (R/zoo_1.7-12.tar.gz) = f2f742dbdca651c4b2285740afefabab8ebde5a355f2d8c86031437328a75e3005283d4e48506c06072be4a82a6904cfe90b43a1bbdc26327b6f5a2c381a0a4b
-Size (R/zoo_1.7-12.tar.gz) = 839181 bytes
+SHA1 (R/zoo_1.7-13.tar.gz) = 772452c0dbd607da2ba208225254de115301d166
+RMD160 (R/zoo_1.7-13.tar.gz) = ef09bded994d9a0846d661f782d46a213e317ea1
+SHA512 (R/zoo_1.7-13.tar.gz) = 77e74c30ff30f7a3d505806d2c0584cba075e1fa27a9fecff551d6eb96a8f1e41ee21d9ebadff7a9c21350051d491523e8ec9d5e9fbf7be8e47d7d825182c2e1
+Size (R/zoo_1.7-13.tar.gz) = 842068 bytes
Home |
Main Index |
Thread Index |
Old Index