summaryrefslogtreecommitdiff
path: root/math/R-xts
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2017-12-02 11:53:30 +0000
committerwen <wen@pkgsrc.org>2017-12-02 11:53:30 +0000
commit4927e5e70d7649f466b4c521dc8c53b301378d98 (patch)
tree081c22d23e8c040438ab5dd98d151d273b832dac /math/R-xts
parent9240a626f8bd4e63828e91f249e1d68ecdf0817d (diff)
downloadpkgsrc-4927e5e70d7649f466b4c521dc8c53b301378d98.tar.gz
Update to 0.10-0
Upstream changes: Changed in xts 0.10-0: Major changes include: o A new plot.xts() that is incompatible with earlier versions of plot.xts(). o Moved development from R-Forge to GitHub. o New xts FAQ. Other, less disruptive changes include: o merge.xts() now throws an error if the index contains non-finite values (#174). o Constructors xts() and .xts() now ensure order.by and index arguments do not contain non-finite values. Many xts functions, most notably merge.xts(), expect all index values to be finite. Missing index values usually indicate an error, and always occurred at the end of the index (#173, #194, #199). o Fixed bug in endpoints() when called on sparse data that have the same month and day, but different years (#169). o Fixed bug in [.xts did not do the same checks on logical xts objects as it does for all other data types (#163). o Fixed bug that caused split.xts() to error if 'f' is a character vector with more than 1 element (#134). o Fixed bug that crashed R if 'k' argument to lag.xts() was not an integer and would be NA when coerced to integer (#152). o period.apply() now checks to ensure the object's index is unique and sorted, and sets INDEX <- sort(unique(INDEX)) if it is not. It also ensures INDEX starts with 0 and ends with NROW(x) (#171). o All references to the 'its' package have been removed, since it is now archived on CRAN at the request of its maintainer. o Fixed bug that crashed R when merge.xts() was called on an empty xts object and more than one non-xts object (#157). o Fixed bug that did not set the index's tzone attribute to UTC when index<-.xts or indexClass<- were called and 'value' did not have a tzone attribute (#148). o Fixed a bug in endpoints() that caused incorrect results if the index was less than the epoch (#144). o Fixed a bug that caused diff.xts() on a logical xts object to return an object with a POSIXct index. o index.xts() works even if the package containing the class for the index is not attached (it needs to be loaded, however). o [.xts now returns NA if a one-column xts object is subsect by NA, instead of throwing an uninformative error (#97). o Fixed bugs that would crash R when [.xts was called a certain way and 'j' contained NA values (#97, #181). o Fixed a bug in endpoints() where 1 second would be subtracted for any date in the year 1969. The subtraction is only supposed to occur on 1969-12-31 23:59:59.9... to work around behavior in strptime(). o timeBasedSeq() now honors hour/min/sec 'BY' values (#91). o [.xts now throws an error if 'j' is character and not one of the column names. This is consistent with [.zoo and [.matrix (#48). o timeBasedSeq() now works correctly when resolution is "days" the sequence includes a daylight saving time change (#67). o Explicitly set indexTZ="UTC" for all index classes that do not have a TZ (#66). indexTZ="GMT" is also allowed. o Fixed as.xts() when called on an 'mts' object (#64). o Moved development from R-Forge to GitHub. o Fixed bug in to.period() that errored when name=NULL (#5937). o Fixed bug in .index* functions that did not account for timezones (#5891). o Fixed bug that allowed index<-.xts to produce an unsorted index (#5893). o Fixed bug so subsetting a zero-width xts object with a zero-length 'i' vector no longer returns an object with column names (#5885). o Updated [.xts to handle 'i' containing multiple zeros (e.g. subsetting by a "logical" column of an integer xts object). o endpoints() now errors if k < 0.
Diffstat (limited to 'math/R-xts')
-rw-r--r--math/R-xts/Makefile6
-rw-r--r--math/R-xts/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/math/R-xts/Makefile b/math/R-xts/Makefile
index 5d3b23612a4..91b64e1737a 100644
--- a/math/R-xts/Makefile
+++ b/math/R-xts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/03/09 14:04:36 wen Exp $
+# $NetBSD: Makefile,v 1.7 2017/12/02 11:53:30 wen Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,11 +9,11 @@ COMMENT= R's eXtensible Time Series
LICENSE= gnu-gpl-v2
R_PKGNAME= xts
-R_PKGVER= 0.9-7
+R_PKGVER= 0.10-0
USE_LANGUAGES+= c fortran
-DEPENDS+= R-zoo>=1.7.10:../../math/R-zoo
+DEPENDS+= R-zoo>=1.7.12:../../math/R-zoo
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-xts/distinfo b/math/R-xts/distinfo
index 2fc57105372..18a0093aa0d 100644
--- a/math/R-xts/distinfo
+++ b/math/R-xts/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 23:33:30 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/12/02 11:53:30 wen Exp $
-SHA1 (R/xts_0.9-7.tar.gz) = c398c823ef2e31d5342954cc654424f05c97c52a
-RMD160 (R/xts_0.9-7.tar.gz) = d720cb3045f0dd7e824b782dafbdd06fc15d78f8
-SHA512 (R/xts_0.9-7.tar.gz) = b96e70899a75ed6802f65fb3bbe4f83fe741f33046b2ac039555bc37acbcbc052eceb7a3f4e2376c5a1674202841010cf44100af79a04ce5d028df49eb35a19f
-Size (R/xts_0.9-7.tar.gz) = 470815 bytes
+SHA1 (R/xts_0.10-0.tar.gz) = 9bc0f828628244fb9fd18215cb51a1ae4421609b
+RMD160 (R/xts_0.10-0.tar.gz) = f91ee55ec5e7621c8cc4ac3c2142343fe8c1bbb2
+SHA512 (R/xts_0.10-0.tar.gz) = a332a69d4d6ca85d8215efc9d9402d1070c50dd6dbdda90049201331d22f72ac6aa6ddc253ca27726c840a7a269ee9824fdd5f791487926457db69f47d309444
+Size (R/xts_0.10-0.tar.gz) = 518931 bytes