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
xts objects should always have (atomic) vector/matrix coredata. List coredata is not supported, but the xts() constructor allows you to create an object with list coredata when the input is a zero-row data.frame. The constructor should instead call as.matrix() on the data.frame.
xts objects should always have (atomic) vector/matrix coredata. List coredata is not supported, but the
xts()
constructor allows you to create an object with list coredata when the input is a zero-row data.frame. The constructor should instead callas.matrix()
on the data.frame.The text was updated successfully, but these errors were encountered: