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
The index setting functions, index<-.xts() and .index<-.xts() should always copy the index attributes from x. As of 566ac0d, .index<-.xts() errors (see #297), and index<-.xts() sets the attributes in a non-standard order.
The index setting functions,
index<-.xts()
and.index<-.xts()
should always copy the index attributes fromx
. As of 566ac0d,.index<-.xts()
errors (see #297), andindex<-.xts()
sets the attributes in a non-standard order.The text was updated successfully, but these errors were encountered: