pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-xts Update to 0.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93198cc0333f
branches:  trunk
changeset: 312274:93198cc0333f
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Aug 30 12:27:57 2018 +0000

description:
Update to 0.11.0

Upstream changes:
Changed in xts 0.11-0:

o  Fix make.index.unique() to always return a unique and sorted index. Thanks
   to Chris Katsulis for the report and example (#241).

o  Add window.xts() method and completely refactor the internal binary search
   function it depends on. Thanks to Corwin Joy for the PR, tests, review, and
   patience (#100, #240).

o  Better axis tick mark locations for plots. Thanks to Dirk Eddelbuettel for
   the report (#246). Also incorporate axTicksByTime2() into axTicksByTime() to
   reduce code duplication from the migration of quantmod::chart_Series() to
   xts::plot.xts() (#74).

o  Add details to plot.xts() parameters that are periodicity, now that RStudio
   has argument completion. Thanks to Evelyn Mitchell for the PR (#154).

o  periodicity() now warns instead of errors if the xts object contains less
   than 2 observations (#230).

o  first() and last() now keep dims when they would otherwise be dropped by a
   regular row subset. This is consistent with head() and tail(). Thanks to
   Davis Vaughan for the report (#226).

o  Fix subset when ISO8601 string is outside the valid range, so it returns no
   data instead of all rows (#96).

o  Avoid partial name matches from parse.side() (inside .parseISO8601())
   results that are passed to firstof() and lastof(). Thanks to @gp2x for the
   report and the patch (#231).

o  na.locf.xts() now loops over columns of multivariate objects in C code,
   instead of in R. This should improve speed and memory performance. Thanks to
   Chris Katsulis and Tom Andrews for their reports and patches (#232, #233,
   #234, #235, #237).

o  Change plot.xts() default 'pch = 0' (rectangles) to 'pch = 1' (circles) so
   it looks more like base and zoo plots (#203).

Changed in xts 0.10-2:

o  na.locf.xts() and na.omit.xts() now support character xts objects. Thanks to
   Ken Williams and Samo Pahor for the reports (#42).

o  na.locf.xts() now honors 'x' and 'xout' arguments by dispatching to the next
   method (#215). Thanks to Morten Grum for the report.

o  coredata.xts() now functions the same as coredata.zoo() on zero-length
   objects, and only removes xts-related attributes (#223). Thanks to Vincent
   Guyader for the report.

o  plot.xts() no longer ignores 'col.up' and 'col.dn' when 'type="h"' (#224).
   Thanks to Charlie Friedemann for the report. This was inadvertently broken
   as part of the fix for #210.

diffstat:

 math/R-xts/Makefile |   4 ++--
 math/R-xts/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r c20e7ab0650b -r 93198cc0333f math/R-xts/Makefile
--- a/math/R-xts/Makefile       Thu Aug 30 12:23:15 2018 +0000
+++ b/math/R-xts/Makefile       Thu Aug 30 12:27:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/07/28 14:40:51 brook Exp $
+# $NetBSD: Makefile,v 1.10 2018/08/30 12:27:57 wen Exp $
 
 CATEGORIES=    math
 
@@ -8,7 +8,7 @@
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     xts
-R_PKGVER=      0.10-1
+R_PKGVER=      0.11-0
 
 USE_LANGUAGES+=        c fortran
 
diff -r c20e7ab0650b -r 93198cc0333f math/R-xts/distinfo
--- a/math/R-xts/distinfo       Thu Aug 30 12:23:15 2018 +0000
+++ b/math/R-xts/distinfo       Thu Aug 30 12:27:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/02/03 01:21:18 minskim Exp $
+$NetBSD: distinfo,v 1.9 2018/08/30 12:27:57 wen Exp $
 
-SHA1 (R/xts_0.10-1.tar.gz) = 9f4bccab0dcebc8edb356ff50408ab919652e45d
-RMD160 (R/xts_0.10-1.tar.gz) = 33ac1a7717a6a0708b44923910c83fe395844dfe
-SHA512 (R/xts_0.10-1.tar.gz) = dbe9de06f476bb50e024008126764491152e9982d3d755017d99f4c14105889ceaff62045e4415c7f5b053ac6611b2db7fb1b6a45855b87eaef9bbc983a4e36a
-Size (R/xts_0.10-1.tar.gz) = 524633 bytes
+SHA1 (R/xts_0.11-0.tar.gz) = f29f63cccc5475c88f5f21526407cd5c2595f753
+RMD160 (R/xts_0.11-0.tar.gz) = 8f21ee13ca9989c81cca82d9c6fdd3030d10ab51
+SHA512 (R/xts_0.11-0.tar.gz) = 7b847b555815c054df8494d443398c86601c1c062ac4d2d60727f4fb1d06bfae0d8687b4c1bea5c8a6bc109e76a65674ad0053ce9ade6bcf2a332c8697f04f5a
+Size (R/xts_0.11-0.tar.gz) = 533600 bytes



Home | Main Index | Thread Index | Old Index