pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-xts



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Feb  3 01:21:18 UTC 2018

Modified Files:
        pkgsrc/math/R-xts: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.

Modified files:

Index: pkgsrc/math/R-xts/Makefile
diff -u pkgsrc/math/R-xts/Makefile:1.7 pkgsrc/math/R-xts/Makefile:1.8
--- pkgsrc/math/R-xts/Makefile:1.7      Sat Dec  2 11:53:30 2017
+++ pkgsrc/math/R-xts/Makefile  Sat Feb  3 01:21:18 2018
@@ -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 @@ COMMENT=        R's eXtensible Time Series
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     xts
-R_PKGVER=      0.10-0
+R_PKGVER=      0.10-1
 
 USE_LANGUAGES+=        c fortran
 
Index: pkgsrc/math/R-xts/distinfo
diff -u pkgsrc/math/R-xts/distinfo:1.7 pkgsrc/math/R-xts/distinfo:1.8
--- pkgsrc/math/R-xts/distinfo:1.7      Sat Dec  2 11:53:30 2017
+++ pkgsrc/math/R-xts/distinfo  Sat Feb  3 01:21:18 2018
@@ -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