Skip to content

Commit

Permalink
Fix print.xts() argument names
Browse files Browse the repository at this point in the history
And add missing backtick on what should be `merge.xts()`.
  • Loading branch information
joshuaulrich committed Feb 20, 2023
1 parent 78a24c3 commit 3bfbf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ o Added a xts method for `na.fill()` to significantly increase performance when
o `as.xts()` will look for a time-based column in a data.frame if it cannot
create an index from the row names. (#381)

o Change `print()` xts method to only show the first and last 'max' rows if
number of rows is > 'trunc.rows'. It will also truncate the number of columns
o Change `print()` xts method to only show the first and last 'show.rows' rows
if number of rows is > 'max.rows'. It will also truncate the number of columns
if they would wrap to a new line. (#321)

o Made `str()` output more descriptive for xts objects. It now differentiates
Expand Down Expand Up @@ -43,7 +43,7 @@ o Fixed typo and expand `period.apply()` documentation. (#205)
* "the data from INDEX[k]+1 to INDEX[k+1]"

o Calls to `merge.xts()` on zero-width objects now match `merge.zoo()`.
Previously, `merge.xts() would return empty xts objects if called on two or
Previously, `merge.xts()` would return empty xts objects if called on two or
more zero-width xts objects. `merge.zoo()` would return a zero-width object
with the correct index. (#227, #379)

Expand Down

0 comments on commit 3bfbf57

Please sign in to comment.