Skip to content

CRAN release 0.14.1

Choose a tag to compare

@joshuaulrich joshuaulrich released this 28 Feb 14:55
· 14 commits to main since this release
  • plot.xts() now renders all panels when 'x' has more than 8 columns and multi.panel = TRUE. Columns 9 and later didn't render because the default of plot.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.