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:   wen
Date:           Sun Nov  6 02:43:56 UTC 2016

Modified Files:
        pkgsrc/math/R-zoo: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-zoo/Makefile
cvs rdiff -u -r1.8 -r1.9 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.7 pkgsrc/math/R-zoo/Makefile:1.8
--- pkgsrc/math/R-zoo/Makefile:1.7      Sat May 30 10:37:38 2015
+++ pkgsrc/math/R-zoo/Makefile  Sun Nov  6 02:43:56 2016
@@ -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 @@ COMMENT=        S3 Infrastructure for Regular a
 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"

Index: pkgsrc/math/R-zoo/distinfo
diff -u pkgsrc/math/R-zoo/distinfo:1.8 pkgsrc/math/R-zoo/distinfo:1.9
--- pkgsrc/math/R-zoo/distinfo:1.8      Tue Nov  3 23:33:30 2015
+++ pkgsrc/math/R-zoo/distinfo  Sun Nov  6 02:43:56 2016
@@ -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