pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-xts math/R-xts: Update to 0.10.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/97ac52b50851
branches: trunk
changeset: 375108:97ac52b50851
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Feb 03 01:21:18 2018 +0000
description:
math/R-xts: Update to 0.10.1
Changes:
o 'ylim' values passed to 'addSeries' and 'addPolygon' via '...' are now
captured and honored.
o 'addPolygon' now checks for ylim of zeros, as 'addSeries' does.
o The 'base::as.Date.numeric' method is no longer over-ridden. The exported,
but not registered, method in zoo should prevent any change in behavior.
o Series added to an existing plot are now given the same index values as
the main panel. There still may be some weird behavior if the new
data does not have observations within the timespan of the main panel data,
but no observations on the same timestamps.
o Existing 'par' values are now captured and reset before returning from
plotting functions.
o User-defined 'col' values are now honored when 'type="h"'.
o Values passed to plotting functions are now copied from the calling
environment. This enables plotting arguments to be objects passed
through multiple layers of function calls.
o Calling as.matrix() on a zero-width xts object now behaves consistently
with zoo, and no longer throws an error.
o Fix weird result in merge.xts() when 'fill' argument is NULL or a zero-
length vector.
o Fixed bug in endpoints() due to sub-second representation error via using
integer division (%/%) with non- integer arguments.
o endpoints() gained sub-second accuracy on Windows.
o plot.xts() no longer errors when called on an object containing a constant
value. It chooses ylim values +/-20% from the series value.
o plot.xts() now places y-axis labels in the same location on the plot,
regardless of data periodicity.
o rbind.xts() now throws an error if passed an xts object with different
number of observations in the index and data (e.g., zero-width).
diffstat:
math/R-xts/Makefile | 4 ++--
math/R-xts/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r 4b4b4f051698 -r 97ac52b50851 math/R-xts/Makefile
--- a/math/R-xts/Makefile Sat Feb 03 01:15:37 2018 +0000
+++ b/math/R-xts/Makefile Sat Feb 03 01:21:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/12/02 11:53:30 wen Exp $
+# $NetBSD: Makefile,v 1.8 2018/02/03 01:21:18 minskim Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@
LICENSE= gnu-gpl-v2
R_PKGNAME= xts
-R_PKGVER= 0.10-0
+R_PKGVER= 0.10-1
USE_LANGUAGES+= c fortran
diff -r 4b4b4f051698 -r 97ac52b50851 math/R-xts/distinfo
--- a/math/R-xts/distinfo Sat Feb 03 01:15:37 2018 +0000
+++ b/math/R-xts/distinfo Sat Feb 03 01:21:18 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/12/02 11:53:30 wen Exp $
+$NetBSD: distinfo,v 1.8 2018/02/03 01:21:18 minskim Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index