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.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cca15dc1538d
branches:  trunk
changeset: 621301:cca15dc1538d
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jul 07 09:23:30 2013 +0000

description:
Update to 1.7.10

Upstream changes:
Changes in Version 1.7-10

  o All methods that had previously been fully exported (merge.zoo,
    MATCH.default, ..., and many more) in order to be accessible to
    _all_ conceivable generics are now additionally registered as
    S3method()s for the standard generics. Exception: as.Date.* are
    still only fully exported.

  o Added a new mean() method for "zoo" objects that simply does
    mean(coredata(obj), ...).

  o Added yearmon_trans, scale_x_yearmon and scale_y_yearmon and
    yearqtr_trans, scale_x_yearqtr and scale_y_yearqtr to ggplot2 interface.

  o Removed the use of the shape and linetype aesthetic by default
    in autoplot() method.

  o Bug fix in na.fill for univariate series based on 1-column matrices
    (provided by Josh Ulrich).

  o Added [[ methods for "yearmon" and "yearqtr".

  o Constructs like time(obj)[ORDER(time(obj))] are now split up into
    two steps in the package code. If zoo is only imported but not
    loaded, R can otherwise have problems correctly dispatching to
    the new generics ORDER and MATCH.

  o as.Date() now also works for yearqtr/yearmon that are all NA
    (especially needed for format() and print() method).

diffstat:

 math/R-zoo/Makefile |  4 ++--
 math/R-zoo/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 297c2b8d2e4b -r cca15dc1538d math/R-zoo/Makefile
--- a/math/R-zoo/Makefile       Sun Jul 07 09:06:23 2013 +0000
+++ b/math/R-zoo/Makefile       Sun Jul 07 09:23:30 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/11/29 08:09:54 wen Exp $
+# $NetBSD: Makefile,v 1.3 2013/07/07 09:23:30 wen Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     zoo
-R_PKGVER=      1.7-9
+R_PKGVER=      1.7-10
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
diff -r 297c2b8d2e4b -r cca15dc1538d math/R-zoo/distinfo
--- a/math/R-zoo/distinfo       Sun Jul 07 09:06:23 2013 +0000
+++ b/math/R-zoo/distinfo       Sun Jul 07 09:23:30 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/11/29 08:09:54 wen Exp $
+$NetBSD: distinfo,v 1.3 2013/07/07 09:23:30 wen Exp $
 
-SHA1 (R/zoo_1.7-9.tar.gz) = 62ea0963e479aacdf0b04a7e15391c97188d5ade
-RMD160 (R/zoo_1.7-9.tar.gz) = 55ba322723c37c88e2b7d626ad2715db5d6c337d
-Size (R/zoo_1.7-9.tar.gz) = 807084 bytes
+SHA1 (R/zoo_1.7-10.tar.gz) = f211869ff7651ae71fd1b4de4bcb992519695b7a
+RMD160 (R/zoo_1.7-10.tar.gz) = d1637360ca8cff38384f2a690495e430f4df673c
+Size (R/zoo_1.7-10.tar.gz) = 813020 bytes



Home | Main Index | Thread Index | Old Index