CRAN release 0.14.1
-
plot.xts()now renders all panels when 'x' has more than 8 columns andmulti.panel = TRUE. Columns 9 and later didn't render because the default ofplot.xts()is 'col = 1:8'. Thanks to Ethan Smith for the report and patch. (#423), (#424) -
plot.xts()no longer errors when 'ylim' is constant and negative. Thanks to Ethan Smith for the report. (#422) -
Do not use
SET_TYPEOF()in C because it is not part of the public R API. -
merge.xts()no longer converts 'x' or 'y' from double to integer in the C code when they are not used in the result. This avoids an unnecessary and confusing warning. Thanks to Jeff Ryan for the report.