Update to 1.7.14
Upstream changes: Changes in Version 1.7-14 o Several convenience interfaces to read.zoo() have been added: read.table.zoo(), read.csv.zoo(), read.csv2.zoo(), read.delim.zoo(), read.delim2.zoo(). All of these first call the corresponding read.*() function to read the data from a text file (with the respective default settings) and subsequently call read.zoo() to turn the data into a zoo series. o na.approx.default() did not properly process the "maxgap" argument if y did not contain any NAs but NAs were only created implicitly by xout being different from x (pointed out by Stefan Metzger). A suitable fix has been added that merges x and xout first. o aggregate.zoo() and rollapply.zoo() gained the argument coredata=TRUE which can control whether only the coredata is passed to each subset (previous behavior) or the full zoo series. o The "its" package has been archived on CRAN and hence removed from the list of zoo's suggested packages. However, various methods for objects of class "its" continue to be available in zoo in case someone still uses the legacy code.
This commit is contained in:
parent
3d23dabc87
commit
a4588db382
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2016/11/06 02:43:56 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2017/03/11 15:25:27 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-13
|
||||
R_PKGVER= 1.7-14
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2016/11/06 02:43:56 wen Exp $
|
||||
$NetBSD: distinfo,v 1.10 2017/03/11 15:25:27 wen Exp $
|
||||
|
||||
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
|
||||
SHA1 (R/zoo_1.7-14.tar.gz) = 680c0672fb7ef3f30088b226a03cb6b2653b45aa
|
||||
RMD160 (R/zoo_1.7-14.tar.gz) = 5c8a4c2d7cf0191aeef5a3793f9270d2e9881e94
|
||||
SHA512 (R/zoo_1.7-14.tar.gz) = 0d1cbee754e2c80bd27ecea0013210fdd5034f40fd832e452d37f0653e66afe85089b3fee04cfa9dc947644b05c44fa1ab7ace58437a623b68a5a8cb01e9fdbf
|
||||
Size (R/zoo_1.7-14.tar.gz) = 845540 bytes
|
||||
|
|
Loading…
Reference in a new issue