Skip to content

Commit

Permalink
Bump version, update news, ignore vim swap files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaulrich committed Nov 7, 2022
1 parent 58046d7 commit ab42de9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ LICENSE
^0.*\.patch$
^.*\.tar.gz$
Makefile
^\.sw*$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: xts
Type: Package
Title: eXtensible Time Series
Version: 0.12.2.1
Version: 0.12.9900
Authors@R: c(
person(given=c("Jeffrey","A."), family="Ryan", role=c("aut","cph")),
person(given=c("Joshua","M."), family="Ulrich", role=c("cre","aut"), email="josh.m.ulrich@gmail.com"),
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ o Updated C entry points so they're not able to accidentally be found via
dynamic lookup (i.e. `.Call("foo", ...)`). This makes each call to the C
code a few microseconds faster, which is nice. (#260)

o Made `merge.xts()` results consistent with `merge.zoo()` for zero-length xts
objects with columns. The result of `merge.xts()` did not include the
columns of any objects that had one or more columns, but zero rows. A join
should include all the columns of the joined objects, regardless of the
number of rows in the object. This is consistent with `merge.zoo()`. Thanks
to Ethan B. Smith for the report and testing! (#222)


################################################################################
Changed in xts 0.12.2:
Expand Down

0 comments on commit ab42de9

Please sign in to comment.