diff options
author | wen <wen@pkgsrc.org> | 2015-05-30 10:37:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-05-30 10:37:38 +0000 |
commit | 43fffabae146f0f2ee7ba82e9ee7f3a5f323a6c1 (patch) | |
tree | 6508df6c8d8249e303778cac1069e3e5ef19bbad /math/R-zoo/Makefile | |
parent | 257bb9db70cf98216a7c18ad06066778089364e9 (diff) | |
download | pkgsrc-43fffabae146f0f2ee7ba82e9ee7f3a5f323a6c1.tar.gz |
Update to 1.7.12
Upstream changes:
Changes in Version 1.7-12
o read.zoo with a data.frame argument now defaults to FUN = identity
if the index.column is not character or factor. See ?read.zoo for
additional details.
o Added a dim<- method that checks whether the new dimension value
appears to be ok and then calls the default.
o The index<- and time<- methods now enforce that the new time index
is actually correctly ordered (suggested by Joshua Ulrich).
o read.zoo() heuristic improved so that POSIXct rather than Date is
detected in cases like: read.zoo(text = "2010-01-01 12:05:03 88.1",
index = 1:2).
o The fortify() method now has a col.names argument that allows to set
(some of) the column names of the resulting data.frame.
o Various small bug fixes and enhancements.
Diffstat (limited to 'math/R-zoo/Makefile')
-rw-r--r-- | math/R-zoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-zoo/Makefile b/math/R-zoo/Makefile index 48b4d18efb8..290372c6a57 100644 --- a/math/R-zoo/Makefile +++ b/math/R-zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/07/13 12:06:08 wen Exp $ +# $NetBSD: Makefile,v 1.7 2015/05/30 10:37: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 OR gnu-gpl-v3 R_PKGNAME= zoo -R_PKGVER= 1.7-11 +R_PKGVER= 1.7-12 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |