Received: by mail.netbsd.org (Postfix, from userid 605) id 9570284EED; Sat, 2 Dec 2017 11:53:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2084884EEB for ; Sat, 2 Dec 2017 11:53:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id s1RjopQPDqAB for ; Sat, 2 Dec 2017 11:53:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2725484D24 for ; Sat, 2 Dec 2017 11:53:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 227A1FB40; Sat, 2 Dec 2017 11:53:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151221561133670" MIME-Version: 1.0 Date: Sat, 2 Dec 2017 11:53:31 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/R-xts To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20171202115331.227A1FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151221561133670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Dec 2 11:53:31 UTC 2017 Modified Files: pkgsrc/math/R-xts: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-xts/Makefile \ pkgsrc/math/R-xts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151221561133670 Content-Disposition: inline Content-Length: 1796 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-xts/Makefile diff -u pkgsrc/math/R-xts/Makefile:1.6 pkgsrc/math/R-xts/Makefile:1.7 --- pkgsrc/math/R-xts/Makefile:1.6 Sun Mar 9 14:04:36 2014 +++ pkgsrc/math/R-xts/Makefile Sat Dec 2 11:53:30 2017 @@ -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" Index: pkgsrc/math/R-xts/distinfo diff -u pkgsrc/math/R-xts/distinfo:1.6 pkgsrc/math/R-xts/distinfo:1.7 --- pkgsrc/math/R-xts/distinfo:1.6 Tue Nov 3 23:33:30 2015 +++ pkgsrc/math/R-xts/distinfo Sat Dec 2 11:53:30 2017 @@ -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 --_----------=_151221561133670--