diff options
author | wen <wen@pkgsrc.org> | 2012-11-29 08:09:54 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-11-29 08:09:54 +0000 |
commit | 07aa0ba0cef31eafee5586d71dc7309636e8531c (patch) | |
tree | a3073a4966e3ac0837ef55e214943c49f7f46f9a /math/R-zoo | |
parent | 600ea489abe95cc79f1a04e9d56f78fe850e5be8 (diff) | |
download | pkgsrc-07aa0ba0cef31eafee5586d71dc7309636e8531c.tar.gz |
Update to 1.7.9
Upstream changes:
Changes in Version 1.7-9
o Added ggplot2 interface through autplot() and fortify() methods. Also
support function facet_free().
Changes in Version 1.7-8
o Added rollsum.
o Bugfix in src/lag.c for the case of k > NROW.
Diffstat (limited to 'math/R-zoo')
-rw-r--r-- | math/R-zoo/Makefile | 4 | ||||
-rw-r--r-- | math/R-zoo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/R-zoo/Makefile b/math/R-zoo/Makefile index fb95550a1a9..959a35e8a63 100644 --- a/math/R-zoo/Makefile +++ b/math/R-zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:10:18 brook Exp $ +# $NetBSD: Makefile,v 1.2 2012/11/29 08:09:54 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= S3 Infrastructure for Regular and Irregular Time Series LICENSE= gnu-gpl-v2 R_PKGNAME= zoo -R_PKGVER= 1.7-7 +R_PKGVER= 1.7-9 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-zoo/distinfo b/math/R-zoo/distinfo index f77c152096a..27425a659c4 100644 --- a/math/R-zoo/distinfo +++ b/math/R-zoo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/04/15 17:10:18 brook Exp $ +$NetBSD: distinfo,v 1.2 2012/11/29 08:09:54 wen Exp $ -SHA1 (R/zoo_1.7-7.tar.gz) = f44f9ba2fd67054e70ba915dfb52c9e18dc44d4f -RMD160 (R/zoo_1.7-7.tar.gz) = 7cb62194adfd3c0f65fcf94a3b7fced8be8ee4ed -Size (R/zoo_1.7-7.tar.gz) = 1240674 bytes +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 |