diff options
author | wen <wen@pkgsrc.org> | 2014-03-09 13:54:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-03-09 13:54:38 +0000 |
commit | 37d8a81bddf201a16249ba5c48f8de2d100e2034 (patch) | |
tree | f09540095cea8937f1136da2bfb813841741690f /math | |
parent | af8097dcd133c696c63892e774d652952bf0d234 (diff) | |
download | pkgsrc-37d8a81bddf201a16249ba5c48f8de2d100e2034.tar.gz |
Update to 1.7.11
Upstream changes:
Changes in Version 1.7-11
o Extended the license from "GPL-2" to "GPL-2 | GPL-3".
o Avoid duplications in Suggests/Imports/Depends in the package's
DESCRIPTION. Use only :: instead of ::: to access certain functions
from other namespaces.
o Added as.list() methods for yearmon/yearqtr.
o Added workaround in Ops.zoo if first argument is not a zoo series
(prompted by Josh Ulrich).
o The transform() method for zoo series now does what method for
data.frame does (instead of just calling it) in order to get
non-standard evaluation.
Diffstat (limited to 'math')
-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 a085a74134b..8f83182496f 100644 --- a/math/R-zoo/Makefile +++ b/math/R-zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/07/07 09:23:30 wen Exp $ +# $NetBSD: Makefile,v 1.4 2014/03/09 13:54:38 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-10 +R_PKGVER= 1.7-11 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-zoo/distinfo b/math/R-zoo/distinfo index c4965bd9eeb..95eeba87d42 100644 --- a/math/R-zoo/distinfo +++ b/math/R-zoo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/07/07 09:23:30 wen Exp $ +$NetBSD: distinfo,v 1.4 2014/03/09 13:54:38 wen Exp $ -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 +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 |