You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Also needed to update tests for subsetting zero-width objects to check
behavior versus zoo instead of comparing with hard-coding xts objects.
Fixes#227. See #379.
merge.xts()
needs to handle this the same asmerge.zoo()
. We also need to handle the cases wherejoin
is"left"
or"right"
.The text was updated successfully, but these errors were encountered: